mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-17 03:29:09 +00:00
(svn r12796) -Fix: the dedicated blitter did segfault too, like the null blitter did.
This commit is contained in:
@@ -140,6 +140,7 @@ const char *VideoDriver_Dedicated::Start(const char * const *parm)
|
||||
|
||||
_screen.width = _screen.pitch = _cur_resolution[0];
|
||||
_screen.height = _cur_resolution[1];
|
||||
ScreenSizeChanged();
|
||||
|
||||
SetDebugString("net=6");
|
||||
|
||||
|
Reference in New Issue
Block a user