[Scummvm-cvs-logs] CVS: scummvm/scumm scummvm.cpp,2.282,2.283

Travis Howell kirben at users.sourceforge.net
Mon Jul 14 03:56:06 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv3816/scumm

Modified Files:
	scummvm.cpp 
Log Message:

Allow debugger in full screen mode


Index: scummvm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scummvm.cpp,v
retrieving revision 2.282
retrieving revision 2.283
diff -u -d -r2.282 -r2.283
--- scummvm.cpp	14 Jul 2003 08:42:02 -0000	2.282
+++ scummvm.cpp	14 Jul 2003 10:55:06 -0000	2.283
@@ -2364,7 +2364,7 @@
 					_fastMode ^= 1;
 				else if (event.kbd.keycode == 'g')
 					_fastMode ^= 2;
-				else if ((event.kbd.keycode == 'd') && (!_system->property(OSystem::PROP_GET_FULLSCREEN, 0)))
+				else if (event.kbd.keycode == 'd')
 					g_debugger->attach(this, NULL);
 				else if (event.kbd.keycode == 's')
 					resourceStats();





More information about the Scummvm-git-logs mailing list