diff options
author | Adrian Frühwirth | 2018-03-20 23:22:33 +0100 |
---|---|---|
committer | Adrian Frühwirth | 2018-03-20 23:22:35 +0100 |
commit | 5a07bc82c3228666910a010cc5b3633e65204b49 (patch) | |
tree | 0b3add15ecbb646f16384f57ade6746c4e6c5e66 | |
parent | d4636f4616c132434b4ebce43dc86f50f2bb06d0 (diff) | |
download | scummvm-rg350-5a07bc82c3228666910a010cc5b3633e65204b49.tar.gz scummvm-rg350-5a07bc82c3228666910a010cc5b3633e65204b49.tar.bz2 scummvm-rg350-5a07bc82c3228666910a010cc5b3633e65204b49.zip |
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.
-rw-r--r-- | engines/tucker/locations.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tucker/locations.cpp b/engines/tucker/locations.cpp index 93f2451bfc..1e41dca3e4 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; |