aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorFilippos Karapetis2015-07-04 02:31:19 +0300
committerFilippos Karapetis2015-07-04 02:31:19 +0300
commit1347e8a42431b3020bf488f4be0953b66acb1f38 (patch)
tree67efba7f9ae3aa31b16cbaf8ba0134b8bad712f0 /engines
parentb6aa297fc8596e73177ec0bf76be0b4c039e3eb1 (diff)
downloadscummvm-rg350-1347e8a42431b3020bf488f4be0953b66acb1f38.tar.gz
scummvm-rg350-1347e8a42431b3020bf488f4be0953b66acb1f38.tar.bz2
scummvm-rg350-1347e8a42431b3020bf488f4be0953b66acb1f38.zip
MADS: V2: Remove comma at the end of the Phantom verb list
This should fix compilation on gcc
Diffstat (limited to 'engines')
-rw-r--r--engines/mads/phantom/phantom_scenes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/phantom/phantom_scenes.h b/engines/mads/phantom/phantom_scenes.h
index 87132b7aa0..c0a823ae06 100644
--- a/engines/mads/phantom/phantom_scenes.h
+++ b/engines/mads/phantom/phantom_scenes.h
@@ -62,7 +62,7 @@ enum Verb {
VERB_WALK_UP = 0x9C,
VERB_CLIMB_UP = 0xA5,
VERB_WALK_ONTO = 0xA6,
- VERB_WALK = 0xA7,
+ VERB_WALK = 0xA7
};
enum Noun {