Some minor changes

This commit is contained in:
theoddone33
2002-05-23 03:55:37 +00:00
parent 77ed1015e8
commit e26983d63d
2 changed files with 27 additions and 50 deletions

View File

@@ -91,10 +91,10 @@ extern BYTE GUIOn2;
static BYTE IsActivated = 1;
/* TIMER VARIABLES/MACROS */
#define UPDATE_TICKS_GAME (1000/59.95) // milliseconds per world update
#define UPDATE_TICKS_GAMEPAL (20)// milliseconds per world update
#define UPDATE_TICKS_GUI (1000/36.0) // milliseconds per world update
#define UPDATE_TICKS_UDP (1000/60) // milliseconds per world update
#define UPDATE_TICKS_GAME (1000.0/59.95)// milliseconds per world update
#define UPDATE_TICKS_GAMEPAL (20) // milliseconds per world update
#define UPDATE_TICKS_GUI (1000.0/36.0) // milliseconds per world update
#define UPDATE_TICKS_UDP (1000.0/60.0) // milliseconds per world update
int T60HZEnabled = 0;
int T36HZEnabled = 0;