aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan2/parse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/alan2/parse.cpp')
-rw-r--r--engines/glk/alan2/parse.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/glk/alan2/parse.cpp b/engines/glk/alan2/parse.cpp
index a977546de0..24961c91e9 100644
--- a/engines/glk/alan2/parse.cpp
+++ b/engines/glk/alan2/parse.cpp
@@ -41,8 +41,8 @@ namespace Alan2 {
/* PUBLIC DATA */
-int wrds[LISTLEN / 2] = {EOD}; /* List of parsed words */
-int wrdidx; /* and an index into it */
+Aword wrds[LISTLEN / 2] = {EOD}; // List of parsed words
+int wrdidx; // and an index into it
Boolean plural = FALSE;