diff options
Diffstat (limited to 'engines/mortevielle/mor2.cpp')
-rw-r--r-- | engines/mortevielle/mor2.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/mortevielle/mor2.cpp b/engines/mortevielle/mor2.cpp index 71546e943b..5d9d9b24e2 100644 --- a/engines/mortevielle/mor2.cpp +++ b/engines/mortevielle/mor2.cpp @@ -677,9 +677,7 @@ void tcoord(int sx) atdon = atdon + 4; cy = succ(int, cy); } - /* for cy:=0 to caff-1 do - a:=a+ tabdon[amzon+3+4*cy]; - b:= peek(amzon+3+4*caff); */ + b = tabdon[atdon]; if (b == 0) goto L1; a = a + fleche; |