summaryrefslogtreecommitdiff
path: root/openttd.c
diff options
context:
space:
mode:
Diffstat (limited to 'openttd.c')
-rw-r--r--openttd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openttd.c b/openttd.c
index 30101e956..157df5aae 100644
--- a/openttd.c
+++ b/openttd.c
@@ -899,7 +899,7 @@ static void DoAutosave(void)
static void ScrollMainViewport(int x, int y)
{
- if (_game_mode != GM_MENU && !IsGeneratingWorld()) {
+ if (_game_mode != GM_MENU) {
Window *w = FindWindowById(WC_MAIN_WINDOW, 0);
assert(w);