Fix cmstep console command

This commit is contained in:
dP
2023-02-04 01:15:32 +04:00
parent d76c8ce43e
commit 01c9b86896
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1180,7 +1180,7 @@ void NetworkGameLoop()
}
NetworkExecuteLocalCommandQueue();
if (_pause_countdown > 0 && --_pause_countdown == 0) Command<CMD_PAUSE>::Post(PM_PAUSED_NORMAL, 1);
if (citymania::_pause_countdown > 0 && --citymania::_pause_countdown == 0) Command<CMD_PAUSE>::Post(PM_PAUSED_NORMAL, 1);
citymania::ExecuteFakeCommands(_date, _date_fract);