Timing fix

This commit is contained in:
pagefault
2001-06-15 05:22:46 +00:00
parent 5d36f63367
commit 0b59ad2fa0
2 changed files with 2 additions and 2 deletions

View File

@@ -77,7 +77,7 @@ DWORD CurMode = -1;
extern BYTE GUIOn2;
static BYTE IsActivated;
#define UPDATE_TICKS_GAME (1000/60.0) // milliseconds per world update
#define UPDATE_TICKS_GAME (1000.855001760297741789468390082/60.0) // milliseconds per world update
#define UPDATE_TICKS_GAMEPAL (1000/50.0)// milliseconds per world update
#define UPDATE_TICKS_GUI (1000/36.0) // milliseconds per world update
#define UPDATE_TICKS_UDP (1000/60.0) // milliseconds per world update