Fix compilation errors

This commit is contained in:
dP
2024-02-06 20:35:28 +05:30
parent b2cf3c48fb
commit cdd69a496d
68 changed files with 1194 additions and 1211 deletions

View File

@@ -1203,7 +1203,7 @@ void NetworkGameLoop()
NetworkExecuteLocalCommandQueue();
if (citymania::_pause_countdown > 0 && --citymania::_pause_countdown == 0) Command<CMD_PAUSE>::Post(PM_PAUSED_NORMAL, 1);
citymania::ExecuteFakeCommands(_date, _date_fract);
citymania::ExecuteFakeCommands(TimerGameTick::counter);
/* Then we make the frame */
StateGameLoop();