From 3bd247017ef892852ea1960c6be0dcb1c45a7461 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 12 Jan 2010 18:09:48 +0000 Subject: [PATCH] (svn r18792) -Fix [FS#3522] (r18709): crash when using the 32bpp blitter with a dedicated server --- src/video/dedicated_v.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/video/dedicated_v.cpp b/src/video/dedicated_v.cpp index a6cb3dec2c..d7dcc36afd 100644 --- a/src/video/dedicated_v.cpp +++ b/src/video/dedicated_v.cpp @@ -147,6 +147,7 @@ const char *VideoDriver_Dedicated::Start(const char * const *parm) _screen.height = _cur_resolution.height; _screen.dst_ptr = _dedicated_video_mem; ScreenSizeChanged(); + BlitterFactoryBase::GetCurrentBlitter()->PostResize(); #if defined(WINCE) /* WinCE doesn't support console stuff */