1
0
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:
rubidium
2008-04-19 21:51:05 +00:00
parent 0e624275ee
commit c884d82e46

View File

@@ -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");