Add step console command to advance n ticks
Cherry-picked from https://github.com/citymania-org/cmclient Commit: 5ce2d21223a96934a83b8da43434c7a81f001ef0
This commit is contained in:
@@ -1214,6 +1214,7 @@ void NetworkGameLoop()
|
||||
}
|
||||
|
||||
NetworkExecuteLocalCommandQueue();
|
||||
if (_pause_countdown > 0 && --_pause_countdown == 0) DoCommandP(0, PM_PAUSED_NORMAL, 1, CMD_PAUSE);
|
||||
|
||||
/* Then we make the frame */
|
||||
StateGameLoop();
|
||||
|
Reference in New Issue
Block a user