Changeset - r9001:2baba84422d8
[Not reviewed]
master
0 1 0
rubidium - 16 years ago 2008-04-19 21:51:05
rubidium@openttd.org
(svn r12796) -Fix: the dedicated blitter did segfault too, like the null blitter did.
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/video/dedicated_v.cpp
Show inline comments
 
@@ -140,6 +140,7 @@ const char *VideoDriver_Dedicated::Start
 

	
 
	_screen.width = _screen.pitch = _cur_resolution[0];
 
	_screen.height = _cur_resolution[1];
 
	ScreenSizeChanged();
 

	
 
	SetDebugString("net=6");
 

	
0 comments (0 inline, 0 general)