From e1153cf11fd0ddddfdc326d0ff677799fd0bb4db Mon Sep 17 00:00:00 2001 From: Jussi Pitkanen Date: Sun, 12 Jun 2011 17:38:25 +0300 Subject: AGI: Comment cleanup --- engines/agi/op_test.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/agi/op_test.cpp') 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 -- cgit v1.2.3