aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/inter.h')
-rw-r--r--engines/gob/inter.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/gob/inter.h b/engines/gob/inter.h
index 4554a0783b..c3567ce7ce 100644
--- a/engines/gob/inter.h
+++ b/engines/gob/inter.h
@@ -129,8 +129,7 @@ protected:
int16 _animPalHighIndex[8];
int16 _animPalDir[8];
- byte _varStack[300];
- int16 _varStackPos;
+ VariableStack _varStack;
// The busy-wait detection in o1_keyFunc breaks fast scrolling in Ween
bool _noBusyWait;