mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
- call C_RunDelayedCommands() from a centralized place.
This commit is contained in:
parent
fd12ad382f
commit
a323591d5a
2 changed files with 1 additions and 3 deletions
|
@ -898,6 +898,7 @@ void TickSubsystems()
|
|||
nexttick += tickInterval;
|
||||
C_Ticker();
|
||||
M_Ticker();
|
||||
C_RunDelayedCommands();
|
||||
cnt++;
|
||||
}
|
||||
// If this took too long the engine was most likely suspended so recalibrate the timer.
|
||||
|
|
|
@ -319,9 +319,6 @@ bool GameTicker()
|
|||
//Net_GetPackets();
|
||||
|
||||
nonsharedkeys();
|
||||
|
||||
C_RunDelayedCommands();
|
||||
|
||||
checkTimerActive();
|
||||
|
||||
gameupdatetime.Reset();
|
||||
|
|
Loading…
Reference in a new issue