mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-20 04:59:11 +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.width = _screen.pitch = _cur_resolution[0];
|
||||||
_screen.height = _cur_resolution[1];
|
_screen.height = _cur_resolution[1];
|
||||||
|
ScreenSizeChanged();
|
||||||
|
|
||||||
SetDebugString("net=6");
|
SetDebugString("net=6");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user