diff --git a/source/core/console/c_console.cpp b/source/core/console/c_console.cpp index b37ffda99..29394d9cf 100644 --- a/source/core/console/c_console.cpp +++ b/source/core/console/c_console.cpp @@ -984,7 +984,7 @@ void C_AdjustBottom () void C_NewModeAdjust () { - C_InitConsole (twod->GetWidth(), twod->GetHeight(), true); + C_InitConsole (screen->GetWidth(), screen->GetHeight(), true); C_FlushDisplay (); C_AdjustBottom (); }