(svn r12779) -Codechange: remove a few constants from openttd.h.

This commit is contained in:
rubidium
2008-04-18 21:49:38 +00:00
parent 14dc60c8a1
commit dde68e922a
6 changed files with 26 additions and 28 deletions

View File

@@ -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();
}