Changeset - r8986:a7cf8b4d9b41
[Not reviewed]
master
0 1 0
rubidium - 16 years ago 2008-04-18 23:32:10
rubidium@openttd.org
(svn r12780) -Fix: the null blitter did segfault.
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/video/null_v.cpp
Show inline comments
 
@@ -15,6 +15,8 @@ const char *VideoDriver_Null::Start(cons
 
	this->ticks = GetDriverParamInt(parm, "ticks", 1000);
 
	_screen.width = _screen.pitch = _cur_resolution[0];
 
	_screen.height = _cur_resolution[1];
 
	ScreenSizeChanged();
 

	
 
	/* Do not render, nor blit */
 
	DEBUG(misc, 1, "Forcing blitter 'null'...");
 
	BlitterFactoryBase::SelectBlitter("null");
0 comments (0 inline, 0 general)