[Scummvm-cvs-logs] scummvm master -> 63174de3a671ee60cbd03ca72423ed70eb51e7d7

dreammaster dreammaster at scummvm.org
Sun Jun 7 04:53:17 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:
63174de3a6 SHERLOCK: Remove comma from end of ScalpelSequences enum


Commit: 63174de3a671ee60cbd03ca72423ed70eb51e7d7
    https://github.com/scummvm/scummvm/commit/63174de3a671ee60cbd03ca72423ed70eb51e7d7
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-06-06T22:52:18-04:00

Commit Message:
SHERLOCK: Remove comma from end of ScalpelSequences enum

Changed paths:
    engines/sherlock/scalpel/scalpel_people.h



diff --git a/engines/sherlock/scalpel/scalpel_people.h b/engines/sherlock/scalpel/scalpel_people.h
index 7143377..0e9eec1 100644
--- a/engines/sherlock/scalpel/scalpel_people.h
+++ b/engines/sherlock/scalpel/scalpel_people.h
@@ -38,7 +38,7 @@ enum ScalpelSequences {
 	STOP_DOWN = 5, STOP_RIGHT = 6, STOP_UP = 7, WALK_UPRIGHT = 8,
 	WALK_DOWNRIGHT = 9, WALK_UPLEFT = 10, WALK_DOWNLEFT = 11,
 	STOP_UPRIGHT = 12, STOP_UPLEFT = 13, STOP_DOWNRIGHT = 14,
-	STOP_DOWNLEFT = 15, TALK_RIGHT = 6, TALK_LEFT = 4,
+	STOP_DOWNLEFT = 15, TALK_RIGHT = 6, TALK_LEFT = 4
 };
 
 class ScalpelPeople : public People {






More information about the Scummvm-git-logs mailing list