aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agi/view.h')
-rw-r--r--engines/agi/view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/agi/view.h b/engines/agi/view.h
index a20d63793a..f2efce0ec3 100644
--- a/engines/agi/view.h
+++ b/engines/agi/view.h
@@ -51,6 +51,7 @@ struct ViewLoop {
struct AgiView {
int numLoops;
struct ViewLoop *loop;
+ bool agi256_2;
char *descr;
uint8 *rdata;
};