From 1347e8a42431b3020bf488f4be0953b66acb1f38 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sat, 4 Jul 2015 02:31:19 +0300 Subject: MADS: V2: Remove comma at the end of the Phantom verb list This should fix compilation on gcc --- engines/mads/phantom/phantom_scenes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/mads') 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 { -- cgit v1.2.3