attempts to fix pool issue - Damen
This commit is contained in:
parent
e316e5047a
commit
a304a00ede
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
/* ** Definitions ** */
|
/* ** Definitions ** */
|
||||||
#define POCKET_RADIUS ( 0.09 )
|
#define POCKET_RADIUS ( 0.09 )
|
||||||
#define POOL_TIMER_SPEED ( 500 )
|
#define POOL_TIMER_SPEED ( 25 )
|
||||||
#define DEFAULT_AIM ( 0.38 )
|
#define DEFAULT_AIM ( 0.38 )
|
||||||
#define DEFAULT_POOL_STRING "Pool Table\n{FFFFFF}Press ENTER To Play"
|
#define DEFAULT_POOL_STRING "Pool Table\n{FFFFFF}Press ENTER To Play"
|
||||||
#define POOL_FEE_RATE ( 0.02 )
|
#define POOL_FEE_RATE ( 0.02 )
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
#include <foreach>
|
#include <foreach>
|
||||||
|
|
||||||
#if !defined PHY_TIMER_INTERVAL
|
#if !defined PHY_TIMER_INTERVAL
|
||||||
#define PHY_TIMER_INTERVAL (20.0)
|
#define PHY_TIMER_INTERVAL (50.0)
|
||||||
#endif
|
#endif
|
||||||
#if !defined PHY_MAX_OBJECTS
|
#if !defined PHY_MAX_OBJECTS
|
||||||
#define PHY_MAX_OBJECTS (1024)
|
#define PHY_MAX_OBJECTS (1024)
|
||||||
|
Loading…
Reference in New Issue
Block a user