aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/agi.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agi/agi.h')
-rw-r--r--engines/agi/agi.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/agi/agi.h b/engines/agi/agi.h
index 2b41514122..55c1ab32e8 100644
--- a/engines/agi/agi.h
+++ b/engines/agi/agi.h
@@ -634,12 +634,8 @@ struct AgiGame {
Common::Rect mouseFence; /**< rectangle set by fence.mouse command */
- // IF conditions
+ // IF condition handling
int endTest;
- int orTest;
- int orVal;
- int notTest;
- int testVal;
int ec;
};