diff options
Diffstat (limited to 'engines/glk/alan2/parse.cpp')
-rw-r--r-- | engines/glk/alan2/parse.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/glk/alan2/parse.cpp b/engines/glk/alan2/parse.cpp index 216f4746c7..7cb34c1c8c 100644 --- a/engines/glk/alan2/parse.cpp +++ b/engines/glk/alan2/parse.cpp @@ -33,6 +33,8 @@ namespace Glk { namespace Alan2 { + +uint32 litCount = 0; // All procedures for getting a command and turning it into a list of // dictionary entries are placed here. |