[Scummvm-cvs-logs] CVS: scummvm/scumm debugger.cpp,1.4,1.5

James Brown ender at users.sourceforge.net
Fri Dec 27 20:52:02 CET 2002


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

Modified Files:
	debugger.cpp 
Log Message:
Fix NewGui for higher resolutions (eg, CMI)


Index: debugger.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/debugger.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- debugger.cpp	20 Dec 2002 13:50:23 -0000	1.4
+++ debugger.cpp	28 Dec 2002 04:51:34 -0000	1.5
@@ -128,7 +128,7 @@
 {
 #ifdef USE_CONSOLE
 	if (!_s->_debuggerDialog) {
-		_s->_debuggerDialog = new ConsoleDialog(_s->_newgui);
+		_s->_debuggerDialog = new ConsoleDialog(_s->_newgui, _s->_realWidth);
 		Debug_Printf("Debugger started, type 'exit' to return to the game\n");
 	}
 	





More information about the Scummvm-git-logs mailing list