aboutsummaryrefslogtreecommitdiff
path: root/engines/mortevielle/parole2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mortevielle/parole2.cpp')
-rw-r--r--engines/mortevielle/parole2.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mortevielle/parole2.cpp b/engines/mortevielle/parole2.cpp
index c493e19a79..19b44191b0 100644
--- a/engines/mortevielle/parole2.cpp
+++ b/engines/mortevielle/parole2.cpp
@@ -64,7 +64,7 @@ void trait_ph() {
WRITE_LE_UINT16(&mem[adword + ptr_word], t_cph[ptr_tcph]);
ptr_word = ptr_word + 2;
ptr_tcph = ptr_tcph + 1;
- } while (!(ptr_tcph >= (int)((uint)lefin >> 1)));
+ } while (ptr_tcph < (int)((uint)lefin >> 1));
ptr_oct = 0;
ptr_word = 0;
@@ -74,7 +74,7 @@ void trait_ph() {
rot_chariot();
charg_car();
trait_car();
- } while (!(ptr_word >= nb_word));
+ } while (ptr_word < nb_word);
rot_chariot();
trait_car();