[Scummvm-cvs-logs] CVS: scummvm/scumm debugger.cpp,1.86,1.87

Max Horn fingolfin at users.sourceforge.net
Fri Sep 19 18:10:05 CEST 2003


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

Modified Files:
	debugger.cpp 
Log Message:
make console height/width based on a float percentage of the overlay size -> the overlay isn't so tiny anymore in COMI

Index: debugger.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/debugger.cpp,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- debugger.cpp	14 Sep 2003 18:16:44 -0000	1.86
+++ debugger.cpp	20 Sep 2003 01:08:48 -0000	1.87
@@ -200,7 +200,7 @@
 void ScummDebugger::enter() {
 #if USE_CONSOLE
 	if (!_s->_debuggerDialog) {
-		_s->_debuggerDialog = new ConsoleDialog(_s->_newgui, _s->_screenWidth);
+		_s->_debuggerDialog = new ConsoleDialog(_s->_newgui, 1.0, 0.67);
 
 		Debug_Printf("Debugger started, type 'exit' to return to the game.\n");
 		Debug_Printf("Type 'help' to see a little list of commands and variables.\n");





More information about the Scummvm-git-logs mailing list