Deleting old PSR script (i hope), minimal change to tick value.

This commit is contained in:
grinvader
2006-02-26 04:06:51 +00:00
parent 80416e9880
commit 864237380c
3 changed files with 6 additions and 359 deletions

View File

@@ -304,7 +304,7 @@ extern "C" void ImportDirectX()
}
// milliseconds per world update
#define UPDATE_TICKS_GAME (1000.855001760297741789468390082/60.0)
#define UPDATE_TICKS_GAME (1000.0/59.948743718592964824120603015060)
#define UPDATE_TICKS_GAMEPAL (20.0)
#define UPDATE_TICKS_GUI (1000.0/36.0)
#define UPDATE_TICKS_UDP (1000.0/60.0)