From 303bbe75d58b74dac6ef38c7bebf59f72fca42b1 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sat, 29 Aug 2015 21:30:55 +0200 Subject: SHERLOCK: Fix comment typos --- engines/sherlock/objects.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/sherlock/objects.cpp') diff --git a/engines/sherlock/objects.cpp b/engines/sherlock/objects.cpp index 533d2bcc67..b2ffdfbacc 100644 --- a/engines/sherlock/objects.cpp +++ b/engines/sherlock/objects.cpp @@ -90,7 +90,7 @@ BaseObject::BaseObject() { bool BaseObject::hasAborts() const { int seqNum = _talkSeq; - // See if the object is in it's regular sequence + // See if the object is in its regular sequence bool startChecking = !seqNum || _type == CHARACTER; uint idx = 0; @@ -445,7 +445,7 @@ void BaseObject::setObjSequence(int seq, bool wait) { // Use the saved start of the sequence to reset the frame _frameNumber = _startSeq; } else { - // For Scalpel, scan backwards from the end of the sequence to find it's start + // For Scalpel, scan backwards from the end of the sequence to find its start do { --_frameNumber; } while (_frameNumber > 0 && _sequences[_frameNumber] != 0); -- cgit v1.2.3