mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-24 13:13:58 +00:00
SHERLOCK: SS: Fix default direction for player
This commit is contained in:
parent
47a04b09ae
commit
fda9955112
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user