Default tickrate to 100
This commit is contained in:
parent
469c74b8b3
commit
c1e81ad97c
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
#define CLIENTNAME_TIMED_OUT "%s timed out"
|
||||
|
||||
// This is the default, see shareddefs.h for mod-specific value, which can override this
|
||||
#define DEFAULT_TICK_INTERVAL (0.015) // 15 msec is the default
|
||||
#define DEFAULT_TICK_INTERVAL (0.01) // 15 msec is the default
|
||||
#define MINIMUM_TICK_INTERVAL (0.001)
|
||||
#define MAXIMUM_TICK_INTERVAL (0.1)
|
||||
|
||||
|
|
Loading…
Reference in a new issue