aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/parser.h')
-rw-r--r--engines/avalanche/parser.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/avalanche/parser.h b/engines/avalanche/parser.h
index 1084c01a90..d117e56bdd 100644
--- a/engines/avalanche/parser.h
+++ b/engines/avalanche/parser.h
@@ -32,7 +32,6 @@
#include "common/scummsys.h"
#include "common/str.h"
-
namespace Avalanche {
class AvalancheEngine;
@@ -79,6 +78,9 @@ public:
byte _leftMargin;
bool _cursorState;
+ byte _wearing; // what you're wearing
+ byte _sworeNum; // number of times you've sworn
+
Parser(AvalancheEngine *vm);
void init();