diff options
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/debugger.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/debugger.cpp b/scumm/debugger.cpp index 7c50c9a659..c882cc2bea 100644 --- a/scumm/debugger.cpp +++ b/scumm/debugger.cpp @@ -128,7 +128,7 @@ void ScummDebugger::enter() { #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"); } |