diff options
Diffstat (limited to 'engines/sherlock/people.cpp')
-rw-r--r-- | engines/sherlock/people.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sherlock/people.cpp b/engines/sherlock/people.cpp index 9cd4a16860..d91d7fa69a 100644 --- a/engines/sherlock/people.cpp +++ b/engines/sherlock/people.cpp @@ -197,6 +197,7 @@ void People::reset() { p._imageFrame = nullptr; p._frameNumber = 1; + p._startSeq = 0; p._delta = Point32(0, 0); p._oldPosition = Common::Point(0, 0); p._oldSize = Common::Point(0, 0); |