editor: Fix USE_CONSOLE

stable-5.3
Günther Brammer 2012-11-16 00:05:58 +01:00
parent 07f1b75488
commit 21432d997b
1 changed files with 1 additions and 1 deletions

View File

@ -558,7 +558,7 @@ bool C4ConsoleGUI::ClearLog() {return 0;}
void C4ConsoleGUI::ClearNetMenu() {}
void C4ConsoleGUI::ClearPlayerMenu() {}
void C4ConsoleGUI::ClearViewportMenu() {}
C4Window * C4ConsoleGUI::CreateConsoleWindow(C4AbstractApp*) {return 0;}
C4Window * C4ConsoleGUI::CreateConsoleWindow(C4AbstractApp*) { return this; }
void C4ConsoleGUI::DisplayInfoText(C4ConsoleGUI::InfoTextType, StdStrBuf&) {}
void C4ConsoleGUI::DoEnableControls(bool) {}
bool C4ConsoleGUI::DoUpdateHaltCtrls(bool) {return 0;}