Add function to enqueue a DoCommandP call

This commit is contained in:
Jonathan G Rennison
2022-09-14 21:55:28 +01:00
parent 5cb6d2240a
commit bd2593ca48
4 changed files with 41 additions and 0 deletions

View File

@@ -79,6 +79,7 @@ void InitializeGame(uint size_x, uint size_y, bool reset_date, bool reset_settin
ViewportMapClearTunnelCache();
ClearCommandLog();
ClearCommandQueue();
ClearSpecialEventsLog();
ClearDesyncMsgLog();