Changeset - r14231:51c952c871bb
[Not reviewed]
master
0 1 0
rubidium - 14 years ago 2010-01-12 18:09:48
rubidium@openttd.org
(svn r18792) -Fix [FS#3522] (r18709): crash when using the 32bpp blitter with a dedicated server
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/video/dedicated_v.cpp
Show inline comments
 
@@ -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 */
0 comments (0 inline, 0 general)