- use the backend's GameTicRate in the scripts where applicable.
This should replace TICRATE globally as it is the backend's actual ticking speed (still locked to 35, though.)
This commit is contained in:
parent
aa16fefd88
commit
e0d8241a50
9 changed files with 15 additions and 13 deletions
|
|
@ -1011,6 +1011,7 @@ CCMD(undocolorpic)
|
|||
DEFINE_GLOBAL(menuactive)
|
||||
DEFINE_GLOBAL(BackbuttonTime)
|
||||
DEFINE_GLOBAL(BackbuttonAlpha)
|
||||
DEFINE_GLOBAL(GameTicRate)
|
||||
|
||||
DEFINE_FIELD(DMenu, mParentMenu)
|
||||
DEFINE_FIELD(DMenu, mMouseCapture);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue