aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/op_test.cpp
diff options
context:
space:
mode:
authorJussi Pitkanen2011-06-12 17:38:25 +0300
committerEugene Sandulenko2011-08-13 23:26:48 +0100
commite1153cf11fd0ddddfdc326d0ff677799fd0bb4db (patch)
tree4dc64f9a1c95b9df8a9c45b5506299958740abf9 /engines/agi/op_test.cpp
parenteb797b692fbee2515d20fbb0b98fe06108c72825 (diff)
downloadscummvm-rg350-e1153cf11fd0ddddfdc326d0ff677799fd0bb4db.tar.gz
scummvm-rg350-e1153cf11fd0ddddfdc326d0ff677799fd0bb4db.tar.bz2
scummvm-rg350-e1153cf11fd0ddddfdc326d0ff677799fd0bb4db.zip
AGI: Comment cleanup
Diffstat (limited to 'engines/agi/op_test.cpp')
-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