aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hopkins/graphics.cpp')
-rw-r--r--engines/hopkins/graphics.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/hopkins/graphics.cpp b/engines/hopkins/graphics.cpp
index 8e54bc1cfb..93f1d01998 100644
--- a/engines/hopkins/graphics.cpp
+++ b/engines/hopkins/graphics.cpp
@@ -1359,7 +1359,7 @@ void GraphicsManager::Affiche_Perfect(byte *surface, const byte *srcData, int xp
--v29;
++spritePixelsP;
if (!Agr_Flag_x)
- Agr_x = zoom2 + Agr_x;
+ Agr_x += zoom2;
if ((uint16)Agr_x < 100)
break;
Agr_x -= 100;
@@ -1375,7 +1375,7 @@ R_Aff_Zoom_Larg_Cont1:
spritePixelsP = _width + v46;
v29 = _lineNbr2 + v53;
if (!Agr_Flag_y)
- Agr_y = zoom2 + Agr_y;
+ Agr_y += zoom2;
if ((uint16)Agr_y < 100)
break;
Agr_y -= 100;