aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/phantom/phantom_scenes1.h
diff options
context:
space:
mode:
authorStrangerke2015-10-13 09:09:50 +0200
committerStrangerke2015-10-13 09:09:50 +0200
commitc275e304df97260ca79b5c2ca2b64e4de3670294 (patch)
tree05025bc719ba500c86b70143d3c17f8d8d5d3416 /engines/mads/phantom/phantom_scenes1.h
parent12a1393faf585b131701602d633edf07f07186dd (diff)
downloadscummvm-rg350-c275e304df97260ca79b5c2ca2b64e4de3670294.tar.gz
scummvm-rg350-c275e304df97260ca79b5c2ca2b64e4de3670294.tar.bz2
scummvm-rg350-c275e304df97260ca79b5c2ca2b64e4de3670294.zip
MADS: Phantom: Rewrite logic for Scene102
Diffstat (limited to 'engines/mads/phantom/phantom_scenes1.h')
-rw-r--r--engines/mads/phantom/phantom_scenes1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/phantom/phantom_scenes1.h b/engines/mads/phantom/phantom_scenes1.h
index bd5a4796a7..2da9ba7f91 100644
--- a/engines/mads/phantom/phantom_scenes1.h
+++ b/engines/mads/phantom/phantom_scenes1.h
@@ -88,7 +88,7 @@ public:
class Scene102 : public Scene1xx {
private:
- bool _animRunningFl;
+ bool _anim0RunningFl;
public:
Scene102(MADSEngine *vm);