Skip to content

Commit

Permalink
Call UpdateTownCargoBitmap in InitializeGame
Browse files Browse the repository at this point in the history
  • Loading branch information
JGRennison committed May 27, 2019
1 parent 9b87610 commit 3c2ebc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/misc.cpp
Expand Up @@ -103,6 +103,8 @@ void InitializeGame(uint size_x, uint size_y, bool reset_date, bool reset_settin
RebuildTownKdtree();
RebuildViewportKdtree();

UpdateTownCargoBitmap();

FreeSignalPrograms();
FreeSignalDependencies();

Expand Down

0 comments on commit 3c2ebc4

Please sign in to comment.