aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v5.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v5.cpp')
-rw-r--r--scumm/script_v5.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v5.cpp b/scumm/script_v5.cpp
index ea7e3b94c0..ce579f4991 100644
--- a/scumm/script_v5.cpp
+++ b/scumm/script_v5.cpp
@@ -1506,7 +1506,7 @@ void Scumm_v5::o5_resourceRoutines() {
// FIXME - this probably can be removed eventually, I don't think the following
// check will ever be triggered, but then I could be wrong and it's better
// to play it safe.
- if((_opcode & 0x3F) != (_opcode & 0x1F))
+ if ((_opcode & 0x3F) != (_opcode & 0x1F))
error("Oops, this shouldn't happen: o5_resourceRoutines opcode %d", _opcode);
}