aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock
diff options
context:
space:
mode:
authorFilippos Karapetis2015-06-07 00:07:14 +0300
committerFilippos Karapetis2015-06-07 00:07:14 +0300
commitfb37bdc6cfbbf7c3db95878b2d2c4f8b6df2f38a (patch)
treed188b02034d8e4768fbe1a6fdb6921992c0eed0f /engines/sherlock
parentb2492419206fba27c008acb79abe140aebf544ac (diff)
downloadscummvm-rg350-fb37bdc6cfbbf7c3db95878b2d2c4f8b6df2f38a.tar.gz
scummvm-rg350-fb37bdc6cfbbf7c3db95878b2d2c4f8b6df2f38a.tar.bz2
scummvm-rg350-fb37bdc6cfbbf7c3db95878b2d2c4f8b6df2f38a.zip
SHERLOCK: Fix whitespace
Diffstat (limited to 'engines/sherlock')
-rw-r--r--engines/sherlock/tattoo/tattoo_talk.cpp2
1 files changed, 1 insertions, 1 deletions
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);