From fb37bdc6cfbbf7c3db95878b2d2c4f8b6df2f38a Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sun, 7 Jun 2015 00:07:14 +0300 Subject: SHERLOCK: Fix whitespace --- engines/sherlock/tattoo/tattoo_talk.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sherlock') diff --git a/engines/sherlock/tattoo/tattoo_talk.cpp b/engines/sherlock/tattoo/tattoo_talk.cpp index bd587e3896..65abc0f55d 100644 --- a/engines/sherlock/tattoo/tattoo_talk.cpp +++ b/engines/sherlock/tattoo/tattoo_talk.cpp @@ -253,7 +253,7 @@ OpcodeReturn TattooTalk::cmdSetNPCPosition(const byte *&str) { people[npc]._position = Point32(posX * 1000, posY * 1000); if (person._seqTo && person._walkLoaded) { person._walkSequences[person._sequenceNumber]._sequences[person._frameNumber] = person._seqTo; - person._seqTo = 0; + person._seqTo = 0; } assert(str[4] - 1 < 16); -- cgit v1.2.3