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

Pawel Kolodziejski aquadran at users.sourceforge.net
Tue Sep 23 01:57:05 CEST 2003


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

Modified Files:
	debugger.cpp 
Log Message:
fixed conversion warning under vc7

Index: debugger.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/debugger.cpp,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- debugger.cpp	20 Sep 2003 01:08:48 -0000	1.87
+++ debugger.cpp	23 Sep 2003 08:56:12 -0000	1.88
@@ -200,7 +200,7 @@
 void ScummDebugger::enter() {
 #if USE_CONSOLE
 	if (!_s->_debuggerDialog) {
-		_s->_debuggerDialog = new ConsoleDialog(_s->_newgui, 1.0, 0.67);
+		_s->_debuggerDialog = new ConsoleDialog(_s->_newgui, 1.0, 0.67F);
 
 		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