diff options
author | Filippos Karapetis | 2015-07-04 02:31:19 +0300 |
---|---|---|
committer | Filippos Karapetis | 2015-07-04 02:31:19 +0300 |
commit | 1347e8a42431b3020bf488f4be0953b66acb1f38 (patch) | |
tree | 67efba7f9ae3aa31b16cbaf8ba0134b8bad712f0 /engines/mads | |
parent | b6aa297fc8596e73177ec0bf76be0b4c039e3eb1 (diff) | |
download | scummvm-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/mads')
-rw-r--r-- | engines/mads/phantom/phantom_scenes.h | 2 |
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 { |