aboutsummaryrefslogtreecommitdiff
path: root/engines/mortevielle/parole.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mortevielle/parole.cpp')
-rw-r--r--engines/mortevielle/parole.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mortevielle/parole.cpp b/engines/mortevielle/parole.cpp
index 791bfd7d61..cbe460a43d 100644
--- a/engines/mortevielle/parole.cpp
+++ b/engines/mortevielle/parole.cpp
@@ -35,8 +35,8 @@ namespace Mortevielle {
void spfrac(int wor) {
c3.rep = (uint)wor >> 12;
if ((typlec == 0) && (c3.code != 9))
- if (((c3.code > 4) && (c3.val != 20) && ((c3.rep != 3) && (c3.rep != 6) && (c3.rep != 9)) ||
- ((c3.code < 5) && ((c3.val != 19) && (c3.val != 22) && (c3.rep != 4) && (c3.rep != 9))))) {
+ if (((c3.code > 4) && (c3.val != 20) && (c3.rep != 3) && (c3.rep != 6) && (c3.rep != 9)) ||
+ ((c3.code < 5) && ((c3.val != 19) && (c3.val != 22) && (c3.rep != 4) && (c3.rep != 9)))) {
++c3.rep;
}