(svn r12779) -Codechange: remove a few constants from openttd.h.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user