From a0d74d0459a05bcbd3f1973eb2c072553c12d13d Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Thu, 17 Feb 2011 15:16:57 +0100 Subject: TUCKER: fix #3106520 - Prison water drop leaves a line --- engines/tucker/locations.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/tucker') diff --git a/engines/tucker/locations.cpp b/engines/tucker/locations.cpp index 009695e8aa..ed528042cc 100644 --- a/engines/tucker/locations.cpp +++ b/engines/tucker/locations.cpp @@ -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; -- cgit v1.2.3