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
commit7e5639ccea74f36d85b465ef93b0cdb9f135c4e4 (patch)
tree92ccb2f516619d9f9a117d750c144fb6c3c478db /src/main_gui.cpp
parent6813a17d15c511c0c1c3800688d6bea3632f8dda (diff)
downloadopenttd-7e5639ccea74f36d85b465ef93b0cdb9f135c4e4.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();
}