attempts to fix pool issue - Damen

This commit is contained in:
Stev 2019-03-01 22:12:42 +00:00
parent e316e5047a
commit a304a00ede
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
/* ** Definitions ** */
#define POCKET_RADIUS ( 0.09 )
#define POOL_TIMER_SPEED ( 500 )
#define POOL_TIMER_SPEED ( 25 )
#define DEFAULT_AIM ( 0.38 )
#define DEFAULT_POOL_STRING "Pool Table\n{FFFFFF}Press ENTER To Play"
#define POOL_FEE_RATE ( 0.02 )

View File

@ -19,7 +19,7 @@
#include <foreach>
#if !defined PHY_TIMER_INTERVAL
#define PHY_TIMER_INTERVAL (20.0)
#define PHY_TIMER_INTERVAL (50.0)
#endif
#if !defined PHY_MAX_OBJECTS
#define PHY_MAX_OBJECTS (1024)