(svn r18207) -Fix [FS#3324] (r11961): [NewGRF] When starting a new game the values of action D variable 13 were incorrect

This commit is contained in:
rubidium
2009-11-21 16:39:36 +00:00
parent 5c6cf4f8d2
commit a274cc6a60
2 changed files with 4 additions and 5 deletions

View File

@@ -63,8 +63,6 @@ void InitializeGame(uint size_x, uint size_y, bool reset_date, bool reset_settin
AllocateMap(size_x, size_y);
SetObjectToPlace(SPR_CURSOR_ZZZ, PAL_NONE, HT_NONE, WC_MAIN_WINDOW, 0);
_pause_mode = PM_UNPAUSED;
_fast_forward = 0;
_tick_counter = 0;