MADS: V2: Remove comma at the end of the Phantom verb list

This should fix compilation on gcc
This commit is contained in:
Filippos Karapetis 2015-07-04 02:31:19 +03:00
parent b6aa297fc8
commit 1347e8a424

View File

@ -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 {