Fix NewGui for higher resolutions (eg, CMI)
svn-id: r6216
This commit is contained in:
parent
ae5b30df3d
commit
92c8e4ef1e
6 changed files with 19 additions and 8 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue