diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/gargoyle/frotz/frotz_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gargoyle/frotz/frotz_types.h b/engines/gargoyle/frotz/frotz_types.h index 6efd0fca5a..6b4fe675f1 100644 --- a/engines/gargoyle/frotz/frotz_types.h +++ b/engines/gargoyle/frotz/frotz_types.h @@ -30,7 +30,7 @@ namespace Gargoyle { namespace Frotz { #define MAX_UNDO_SLOTS 500 -#define STACK_SIZE 20 +#define STACK_SIZE 32768 #define lo(v) (v & 0xff) #define hi(v) (v >> 8) |