aboutsummaryrefslogtreecommitdiff
path: root/engines/cge2/toolbar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge2/toolbar.cpp')
-rw-r--r--engines/cge2/toolbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge2/toolbar.cpp b/engines/cge2/toolbar.cpp
index dbbed3480e..6af64b1f5c 100644
--- a/engines/cge2/toolbar.cpp
+++ b/engines/cge2/toolbar.cpp
@@ -182,7 +182,7 @@ void CGE2Engine::initToolbar() {
_infoLine->setText(nullptr);
_vga->_showQ->insert(_infoLine);
- _startupMode = 0;
+ _gamePhase = kPhaseInGame;
_mouse->center();
_mouse->off();
_mouse->on();