Changeset - r6205:844a412e3a8c
[Not reviewed]
master
0 1 0
Darkvater - 17 years ago 2007-03-03 13:13:25
darkvater@openttd.org
(svn r8994) -Fix [FS642, r3320]: [win32] Resolution doubled in cfg file when fullscreen mode used. Use _wnd.double_size which gives back its correct state with respect to double size and fullscreen.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/video/win32_v.cpp
Show inline comments
 
@@ -758,7 +758,7 @@ static void Win32GdiStop(void)
 
#if !defined(WINCE)
 
	if (_wnd.fullscreen) ChangeDisplaySettings(NULL, 0);
 
#endif
 
	if (_double_size) {
 
	if (_wnd.double_size) {
 
		_cur_resolution[0] *= 2;
 
		_cur_resolution[1] *= 2;
 
	}
0 comments (0 inline, 0 general)