aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/perso.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cruise/perso.cpp')
-rw-r--r--engines/cruise/perso.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cruise/perso.cpp b/engines/cruise/perso.cpp
index 5bc6c783d4..6f9c2d54f3 100644
--- a/engines/cruise/perso.cpp
+++ b/engines/cruise/perso.cpp
@@ -230,7 +230,7 @@ void processActorWalk(int16 resx_y[4], int16* inc_droite, int16* inc_droite0, in
resx_y[0]=cor_joueur[*inc_droite][0];
resx_y[1]=cor_joueur[*inc_droite][1];
resx_y[2]=*dir_perso;
- resx_y[3]=subOp22(resx_y[1]);
+ resx_y[3]=computeZoom(resx_y[1]);
getPixel(resx_y[0],resx_y[1]);
resx_y[4]=computedVar14;