(svn r12796) -Fix: the dedicated blitter did segfault too, like the null blitter did.

pull/155/head
rubidium 17 years ago
parent a63974547b
commit af5775a5ec

@ -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…
Cancel
Save