mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-17 23:27:37 +00:00
MADS: V2: Remove comma at the end of the Phantom verb list
This should fix compilation on gcc
This commit is contained in:
parent
b6aa297fc8
commit
1347e8a424
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user