# HG changeset patch # User rubidium # Date 2010-01-12 18:09:48 # Node ID 51c952c871bb7eaacce98e6af20c7eebbf465fb7 # Parent acffc55840596019a08e634c14fa0762decafedd (svn r18792) -Fix [FS#3522] (r18709): crash when using the 32bpp blitter with a dedicated server diff --git a/src/video/dedicated_v.cpp b/src/video/dedicated_v.cpp --- a/src/video/dedicated_v.cpp +++ b/src/video/dedicated_v.cpp @@ -147,6 +147,7 @@ const char *VideoDriver_Dedicated::Start _screen.height = _cur_resolution.height; _screen.dst_ptr = _dedicated_video_mem; ScreenSizeChanged(); + BlitterFactoryBase::GetCurrentBlitter()->PostResize(); #if defined(WINCE) /* WinCE doesn't support console stuff */