fixed conversion warning under vc7

svn-id: r10370
This commit is contained in:
Paweł Kołodziejski 2003-09-23 08:56:12 +00:00
parent 273e1ac1a0
commit 698e40ff1b

View File

@ -200,7 +200,7 @@ void ScummDebugger::DCmd_Register(const char *cmdname, DebugProc pointer) {
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");