Fix NewGui for higher resolutions (eg, CMI)

svn-id: r6216
This commit is contained in:
James Brown 2002-12-28 04:51:34 +00:00
parent ae5b30df3d
commit 92c8e4ef1e
6 changed files with 19 additions and 8 deletions

View file

@ -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");
}