diff options
| author | Paul Gilbert | 2015-08-19 22:15:21 -0400 |
|---|---|---|
| committer | Paul Gilbert | 2015-08-19 22:15:21 -0400 |
| commit | fda9955112c1206fc32569ac4500540460454ea2 (patch) | |
| tree | 043b4ee04fa91ee2bba517c172b47379bc426613 | |
| parent | 47a04b09aebfadb5190e785482db6d3bf700d28b (diff) | |
| download | scummvm-rg350-fda9955112c1206fc32569ac4500540460454ea2.tar.gz scummvm-rg350-fda9955112c1206fc32569ac4500540460454ea2.tar.bz2 scummvm-rg350-fda9955112c1206fc32569ac4500540460454ea2.zip | |
SHERLOCK: SS: Fix default direction for player
| -rw-r--r-- | engines/sherlock/people.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/people.cpp b/engines/sherlock/people.cpp index 739abb0c07..b1f4abba47 100644 --- a/engines/sherlock/people.cpp +++ b/engines/sherlock/people.cpp @@ -193,7 +193,7 @@ void People::reset() { p._use[1]._verb = ""; } - p._sequenceNumber = IS_SERRATED_SCALPEL ? (int)Tattoo::STOP_DOWNRIGHT : (int)Tattoo::STOP_DOWNRIGHT; + p._sequenceNumber = IS_SERRATED_SCALPEL ? (int)Scalpel::STOP_DOWNRIGHT : (int)Tattoo::STOP_DOWNRIGHT; p._imageFrame = nullptr; p._frameNumber = 1; p._startSeq = 0; |
