Mercurial > hg > openttd
changeset 14241:7ef1fa7e7fbe draft
(svn r18792) -Fix [FS#3522] (r18709): crash when using the 32bpp blitter with a dedicated server
author | rubidium <rubidium@openttd.org> |
---|---|
date | Tue, 12 Jan 2010 18:09:48 +0000 |
parents | 883696a8379c |
children | e7746d256550 |
files | src/video/dedicated_v.cpp |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/video/dedicated_v.cpp +++ b/src/video/dedicated_v.cpp @@ -147,6 +147,7 @@ _screen.height = _cur_resolution.height; _screen.dst_ptr = _dedicated_video_mem; ScreenSizeChanged(); + BlitterFactoryBase::GetCurrentBlitter()->PostResize(); #if defined(WINCE) /* WinCE doesn't support console stuff */