diff options
author | Paul Gilbert | 2015-06-06 22:52:18 -0400 |
---|---|---|
committer | Paul Gilbert | 2015-06-06 22:52:18 -0400 |
commit | 63174de3a671ee60cbd03ca72423ed70eb51e7d7 (patch) | |
tree | 4cf0a2d31657de6c64c09b5aaf13e22810a667ec | |
parent | 933e6751943fcb28fdb1b616f9834bd4f231f63d (diff) | |
download | scummvm-rg350-63174de3a671ee60cbd03ca72423ed70eb51e7d7.tar.gz scummvm-rg350-63174de3a671ee60cbd03ca72423ed70eb51e7d7.tar.bz2 scummvm-rg350-63174de3a671ee60cbd03ca72423ed70eb51e7d7.zip |
SHERLOCK: Remove comma from end of ScalpelSequences enum
-rw-r--r-- | engines/sherlock/scalpel/scalpel_people.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/scalpel/scalpel_people.h b/engines/sherlock/scalpel/scalpel_people.h index 714337722a..0e9eec10fe 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 { |