diff options
Diffstat (limited to 'engines/glk/alan3/stack.h')
-rw-r--r-- | engines/glk/alan3/stack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/alan3/stack.h b/engines/glk/alan3/stack.h index 88e589f4c3..8c7f22d303 100644 --- a/engines/glk/alan3/stack.h +++ b/engines/glk/alan3/stack.h @@ -31,7 +31,7 @@ namespace Glk { namespace Alan3 { struct StackStructure { - Aword *stack; // Array that can take Awords + Aword *stack; // Array that can take Awords int stackSize; int stackp; int framePointer; |