From af5775a5ec1faa34924eb5177393d8ee1de48eb6 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 19 Apr 2008 21:51:05 +0000 Subject: (svn r12796) -Fix: the dedicated blitter did segfault too, like the null blitter did. --- src/video/dedicated_v.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/video') diff --git a/src/video/dedicated_v.cpp b/src/video/dedicated_v.cpp index df15663d8..8389d4874 100644 --- a/src/video/dedicated_v.cpp +++ b/src/video/dedicated_v.cpp @@ -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"); -- cgit v1.2.3-54-g00ecf