aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/prince/script.h')
-rw-r--r--engines/prince/script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/prince/script.h b/engines/prince/script.h
index 98f5000004..1c87fb3b23 100644
--- a/engines/prince/script.h
+++ b/engines/prince/script.h
@@ -222,6 +222,7 @@ private:
byte _result;
bool _opcodeNF; // break interpreter loop
+ bool _opcodeEnd; // end of a game flag
static const uint32 _STACK_SIZE = 500;
uint32 _stack[_STACK_SIZE];