summaryrefslogtreecommitdiff
path: root/src/misc.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-11-21 16:39:36 +0000
committerrubidium <rubidium@openttd.org>2009-11-21 16:39:36 +0000
commita274cc6a606c65003a59650182fc31803cfae07b (patch)
tree95231b100738b04f4edf1f91a106746ddb2e90ef /src/misc.cpp
parent5c6cf4f8d25d5953282437d22c5564c3a5ca587b (diff)
downloadopenttd-a274cc6a606c65003a59650182fc31803cfae07b.tar.xz
(svn r18207) -Fix [FS#3324] (r11961): [NewGRF] When starting a new game the values of action D variable 13 were incorrect
Diffstat (limited to 'src/misc.cpp')
-rw-r--r--src/misc.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/misc.cpp b/src/misc.cpp
index 34a2285f2..017913ed0 100644
--- a/src/misc.cpp
+++ b/src/misc.cpp
@@ -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;