[Scummvm-cvs-logs] scummvm master -> fb37bdc6cfbbf7c3db95878b2d2c4f8b6df2f38a

bluegr bluegr at gmail.com
Sat Jun 6 23:08:24 CEST 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
fb37bdc6cf SHERLOCK: Fix whitespace


Commit: fb37bdc6cfbbf7c3db95878b2d2c4f8b6df2f38a
    https://github.com/scummvm/scummvm/commit/fb37bdc6cfbbf7c3db95878b2d2c4f8b6df2f38a
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2015-06-07T00:07:14+03:00

Commit Message:
SHERLOCK: Fix whitespace

Changed paths:
    engines/sherlock/tattoo/tattoo_talk.cpp



diff --git a/engines/sherlock/tattoo/tattoo_talk.cpp b/engines/sherlock/tattoo/tattoo_talk.cpp
index bd587e3..65abc0f 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);






More information about the Scummvm-git-logs mailing list