From: Bill Lash Date: Thu, 14 May 2015 04:11:23 +0000 (-0500) Subject: Fixing an issue with saving and restoring in some games. X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=ce2f83ecb046a308c6e20701bf86690522b6bbee;p=liskon_frotz.git Fixing an issue with saving and restoring in some games. --- 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