[Scummvm-cvs-logs] scummvm master -> 1347e8a42431b3020bf488f4be0953b66acb1f38

bluegr bluegr at gmail.com
Sat Jul 4 01:32:53 CEST 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

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


Commit: 1347e8a42431b3020bf488f4be0953b66acb1f38
    https://github.com/scummvm/scummvm/commit/1347e8a42431b3020bf488f4be0953b66acb1f38
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2015-07-04T02:31:19+03:00

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

This should fix compilation on gcc

Changed paths:
    engines/mads/phantom/phantom_scenes.h



diff --git a/engines/mads/phantom/phantom_scenes.h b/engines/mads/phantom/phantom_scenes.h
index 87132b7..c0a823a 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 {






More information about the Scummvm-git-logs mailing list