aboutsummaryrefslogtreecommitdiff
path: root/engines/mads
diff options
context:
space:
mode:
authorJohannes Schickel2015-11-22 23:53:23 +0100
committerJohannes Schickel2015-11-22 23:53:23 +0100
commitf9868255a959647c35c46454a4d4612971154fc9 (patch)
treecb732c0e30b8d04a3e87efa4cb7a4b62f6414ed5 /engines/mads
parentd9e2943fe6962810ffccc6ae136d7092ac0bd4bf (diff)
downloadscummvm-rg350-f9868255a959647c35c46454a4d4612971154fc9.tar.gz
scummvm-rg350-f9868255a959647c35c46454a4d4612971154fc9.tar.bz2
scummvm-rg350-f9868255a959647c35c46454a4d4612971154fc9.zip
MADS: Fix compilation.
Diffstat (limited to 'engines/mads')
-rw-r--r--engines/mads/phantom/phantom_scenes3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/phantom/phantom_scenes3.h b/engines/mads/phantom/phantom_scenes3.h
index 58f2a08b91..9f58ad12bf 100644
--- a/engines/mads/phantom/phantom_scenes3.h
+++ b/engines/mads/phantom/phantom_scenes3.h
@@ -209,7 +209,7 @@ private:
int _boatFrame;
int _talkCount;
- void Scene309::handleBoatAnimation();
+ void handleBoatAnimation();
public:
Scene309(MADSEngine *vm);