[Scummvm-cvs-logs] scummvm master -> a3e75c2a498644eee386877fcbd30f95014778d7
dreammaster
dreammaster at scummvm.org
Fri Jun 12 04:07:00 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:
a3e75c2a49 SHERLOCK: SS: Remove now redundant namespace prefixes
Commit: a3e75c2a498644eee386877fcbd30f95014778d7
https://github.com/scummvm/scummvm/commit/a3e75c2a498644eee386877fcbd30f95014778d7
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-06-11T22:05:59-04:00
Commit Message:
SHERLOCK: SS: Remove now redundant namespace prefixes
Changed paths:
engines/sherlock/scalpel/scalpel_people.cpp
diff --git a/engines/sherlock/scalpel/scalpel_people.cpp b/engines/sherlock/scalpel/scalpel_people.cpp
index e0abd72..82840b2 100644
--- a/engines/sherlock/scalpel/scalpel_people.cpp
+++ b/engines/sherlock/scalpel/scalpel_people.cpp
@@ -85,14 +85,14 @@ void ScalpelPerson::adjustSprite() {
if (_frameNumber >= (int)_walkSequences[_sequenceNumber]._sequences.size() ||
_walkSequences[_sequenceNumber][_frameNumber] == 0) {
switch (_sequenceNumber) {
- case Scalpel::STOP_UP:
- case Scalpel::STOP_DOWN:
- case Scalpel::STOP_LEFT:
- case Scalpel::STOP_RIGHT:
- case Scalpel::STOP_UPRIGHT:
- case Scalpel::STOP_UPLEFT:
- case Scalpel::STOP_DOWNRIGHT:
- case Scalpel::STOP_DOWNLEFT:
+ case STOP_UP:
+ case STOP_DOWN:
+ case STOP_LEFT:
+ case STOP_RIGHT:
+ case STOP_UPRIGHT:
+ case STOP_UPLEFT:
+ case STOP_DOWNRIGHT:
+ case STOP_DOWNLEFT:
// We're in a stop sequence, so reset back to the last frame, so
// the character is shown as standing still
--_frameNumber;
More information about the Scummvm-git-logs
mailing list