AGI: Comment cleanup

This commit is contained in:
Jussi Pitkanen 2011-06-12 17:38:25 +03:00 committed by Eugene Sandulenko
parent eb797b692f
commit e1153cf11f

View file

@ -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