aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/agi/agi.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/agi/agi.cpp b/engines/agi/agi.cpp
index 4d2f2e7da9..5342b6b098 100644
--- a/engines/agi/agi.cpp
+++ b/engines/agi/agi.cpp
@@ -459,8 +459,6 @@ AgiEngine::AgiEngine(OSystem * syst) : Engine(syst) {
rnd = new Common::RandomSource();
- _console = new Console(this);
-
Common::addSpecialDebugLevel(kDebugLevelMain, "Main", "Generic debug level");
Common::addSpecialDebugLevel(kDebugLevelResources, "Resources", "Resources debugging");
Common::addSpecialDebugLevel(kDebugLevelSprites, "Sprites", "Sprites debugging");
@@ -481,6 +479,8 @@ void AgiEngine::initialize() {
opt.hires = true;
opt.soundemu = SOUND_EMU_NONE;
+ _console = new Console(this);
+
init_machine();
game.color_fg = 15;