aboutsummaryrefslogtreecommitdiff
path: root/engines/griffon/engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/griffon/engine.cpp')
-rw-r--r--engines/griffon/engine.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/griffon/engine.cpp b/engines/griffon/engine.cpp
index 00aed92a21..b8f7e30079 100644
--- a/engines/griffon/engine.cpp
+++ b/engines/griffon/engine.cpp
@@ -52,7 +52,7 @@ void GriffonEngine::mainLoop() {
swash();
if (_pmenu) {
- haltSoundChannel(_menuchannel);
+ haltSoundChannel(_menuChannel);
_pmenu = false;
}
@@ -315,8 +315,8 @@ void GriffonEngine::newGame() {
_player.py = 6 * 16 - 4;
_player.walkDir = 1;
- _pgardens = false;
- _pboss = false;
+ _playingGardens = false;
+ _playingBoss = false;
loadMap(2);