From ce2f83ecb046a308c6e20701bf86690522b6bbee Mon Sep 17 00:00:00 2001 From: Bill Lash Date: Wed, 13 May 2015 23:11:23 -0500 Subject: [PATCH] Fixing an issue with saving and restoring in some games. --- src/common/quetzal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/quetzal.c b/src/common/quetzal.c index ce78b36..c2e9f1e 100644 --- a/src/common/quetzal.c +++ b/src/common/quetzal.c @@ -539,7 +539,7 @@ zword save_quetzal (FILE *svf, FILE *stf) || !write_word (svf, nstk)) return 0; /* Write the variables and eval stack. */ - for (j=0, ++p; j