mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 14:50:17 +00:00
fixed conversion warning under vc7
svn-id: r10370
This commit is contained in:
parent
273e1ac1a0
commit
698e40ff1b
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user