mirror of https://github.com/OpenTTD/OpenTTD
(svn r12796) -Fix: the dedicated blitter did segfault too, like the null blitter did.
parent
0e624275ee
commit
c884d82e46
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in New Issue