aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/agi/op_test.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/agi/op_test.cpp b/engines/agi/op_test.cpp
index 3748e4fc60..24dd397ef9 100644
--- a/engines/agi/op_test.cpp
+++ b/engines/agi/op_test.cpp
@@ -379,7 +379,8 @@ int AgiEngine::testIfCode(int lognum) {
_testVal &= ec;
}
- // if false, scan for end of IP?
+ // Execute the following IF block if the condition is true, otherwise
+ // skip the block.
if (_testVal)
ip += 2;
else