X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=saveresume.c;h=783e6714262b8857b487bec49a4cdbaf2b0b97a0;hp=eab902ab8036aa68a960c7d8d4ea23095c8cdc69;hb=baa7800a3f6f7a768a3e16a86dd951424df31acb;hpb=81af59974bcc0c619437cb83064d7c18e27614ec diff --git a/saveresume.c b/saveresume.c index eab902a..783e671 100644 --- a/saveresume.c +++ b/saveresume.c @@ -18,7 +18,14 @@ #include "advent.h" #include "dungeon.h" -#define VRSION 28 /* bump on save format change */ +/* + * Bump on save format change. + * + * Note: Verify that the tests run clean before bumping this, then rebuild the check + * files afterwards. Otherwise you will get a spurious failure due to the old version + * having been generated into a check file. + */ +#define VRSION 29 /* * If you change the first three members, the resume function may not properly