summaryrefslogtreecommitdiff
path: root/src/main_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-04-18 21:49:38 +0000
committerrubidium <rubidium@openttd.org>2008-04-18 21:49:38 +0000
commitdde68e922a58b8ffbdc75a9c46a1cd74b9dd6474 (patch)
tree92ccb2f516619d9f9a117d750c144fb6c3c478db /src/main_gui.cpp
parent14dc60c8a1a31dc000d931e4c54350903ce3bc45 (diff)
downloadopenttd-dde68e922a58b8ffbdc75a9c46a1cd74b9dd6474.tar.xz
(svn r12779) -Codechange: remove a few constants from openttd.h.
Diffstat (limited to 'src/main_gui.cpp')
-rw-r--r--src/main_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main_gui.cpp b/src/main_gui.cpp
index dd4886c03..6fe53a425 100644
--- a/src/main_gui.cpp
+++ b/src/main_gui.cpp
@@ -449,7 +449,7 @@ void GameSizeChanged()
{
_cur_resolution[0] = _screen.width;
_cur_resolution[1] = _screen.height;
- RelocateAllWindows(_screen.width, _screen.height);
ScreenSizeChanged();
+ RelocateAllWindows(_screen.width, _screen.height);
MarkWholeScreenDirty();
}