[Scummvm-git-logs] scummvm master -> 5a07bc82c3228666910a010cc5b3633e65204b49

bonki bonki at users.noreply.github.com
Tue Mar 20 23:23:58 CET 2018


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:
5a07bc82c3 TUCKER: Remove unhelpful comment


Commit: 5a07bc82c3228666910a010cc5b3633e65204b49
    https://github.com/scummvm/scummvm/commit/5a07bc82c3228666910a010cc5b3633e65204b49
Author: Adrian Frühwirth (bonki at users.noreply.github.com)
Date: 2018-03-20T23:22:35+01:00

Commit Message:
TUCKER: Remove unhelpful comment

Code matches disassembly and works like in the original. I can't spot
anything out of the ordinary with regards to audio playback either.

Changed paths:
    engines/tucker/locations.cpp


diff --git a/engines/tucker/locations.cpp b/engines/tucker/locations.cpp
index 93f2451..1e41dca 100644
--- a/engines/tucker/locations.cpp
+++ b/engines/tucker/locations.cpp
@@ -2084,7 +2084,7 @@ void TuckerEngine::updateSprite_locationNum42(int i) {
 	} else if (_flagsTable[223] == 3) {
 		state = 5;
 		_spritesTable[i]._updateDelay = 5;
-		_spritesTable[i]._state = _spritesTable[i]._firstFrame - 1; // FIXME: bug, fxNum ?
+		_spritesTable[i]._state = _spritesTable[i]._firstFrame - 1;
 		_updateSpriteFlag1 = true;
 	} else {
 		state = 2;





More information about the Scummvm-git-logs mailing list