Skip to content

Commit

Permalink
TUCKER: fix #3106520 - Prison water drop leaves a line
Browse files Browse the repository at this point in the history
  • Loading branch information
cyxx committed Feb 18, 2011
1 parent d9140ab commit a0d74d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/tucker/locations.cpp
Expand Up @@ -660,7 +660,7 @@ void TuckerEngine::execData3PostUpdate_locationNum8() {
_locationBackgroundGfxBuf[offset + 640 * j + i] = colorsTable[(j - 1) * 3 + i + 1];
}
}
addDirtyRect(_updateLocationXPosTable2[0] - 1, _updateLocationYPosTable2[0] + 1, 3, 4);
addDirtyRect(_updateLocationXPosTable2[0] - 1, _updateLocationYPosTable2[0], 3, 4);
_updateLocationYPosTable2[0] += 2;
if (_updateLocationYPosTable2[0] > 120) {
_updateLocationYPosTable2[0] = 0;
Expand Down

0 comments on commit a0d74d0

Please sign in to comment.