summaryrefslogtreecommitdiff
path: root/src/intro_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-04-18 04:54:09 +0000
committerrubidium <rubidium@openttd.org>2008-04-18 04:54:09 +0000
commitf4b07a78c42346d8a28a8291be24df6a179ef4fb (patch)
treed7125c8c858791939606b0bc9eec620bb3d141d9 /src/intro_gui.cpp
parentca1f8fbe2ed1a9ba1b963d2d09eef074cc54c498 (diff)
downloadopenttd-f4b07a78c42346d8a28a8291be24df6a179ef4fb.tar.xz
(svn r12762) -Fix: tabs after the first non-tab character are generally not okay (or lines starting with a space and then tabs).
Diffstat (limited to 'src/intro_gui.cpp')
-rw-r--r--src/intro_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intro_gui.cpp b/src/intro_gui.cpp
index bab71acf2..e141b3f57 100644
--- a/src/intro_gui.cpp
+++ b/src/intro_gui.cpp
@@ -106,7 +106,7 @@ static void SelectGameWndProc(Window *w, WindowEvent *e)
}
break;
- case SGI_TEMPERATE_LANDSCAPE: case SGI_ARCTIC_LANDSCAPE:
+ case SGI_TEMPERATE_LANDSCAPE: case SGI_ARCTIC_LANDSCAPE:
case SGI_TROPIC_LANDSCAPE: case SGI_TOYLAND_LANDSCAPE:
w->RaiseWidget(_opt_newgame.landscape + SGI_TEMPERATE_LANDSCAPE);
SetNewLandscapeType(e->we.click.widget - SGI_TEMPERATE_LANDSCAPE);