changeset 9001:5f7d2f36fad3 draft

(svn r12796) -Fix: the dedicated blitter did segfault too, like the null blitter did.
author rubidium <rubidium@openttd.org>
date Sat, 19 Apr 2008 21:51:05 +0000
parents 75ae4890d738
children c9d48ed87e3a
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
@@ -140,6 +140,7 @@
 
 	_screen.width = _screen.pitch = _cur_resolution[0];
 	_screen.height = _cur_resolution[1];
+	ScreenSizeChanged();
 
 	SetDebugString("net=6");