summaryrefslogtreecommitdiff
path: root/src/gamestate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gamestate.h')
-rw-r--r--src/gamestate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gamestate.h b/src/gamestate.h
index 5c47ce0..9e7a060 100644
--- a/src/gamestate.h
+++ b/src/gamestate.h
@@ -54,6 +54,7 @@ private:
54 54
55 bool bEscape; 55 bool bEscape;
56 bool bRunning; 56 bool bRunning;
57 bool bReturnOnly;
57 Bu::String sPrompt; 58 Bu::String sPrompt;
58 59
59 VariableList lStack; 60 VariableList lStack;