X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=saveresume.c;h=a3dbe968ebdaf4838ea2552d6c77b6e951143721;hp=088bab150a17e62f561becd19b5151d4880fa19a;hb=b5badcacc8f3518a9fbb1338bdfc8f3621d3b26b;hpb=d23111dabab46a8bcdf7e453ec099e4521d1cad6 diff --git a/saveresume.c b/saveresume.c index 088bab1..a3dbe96 100644 --- a/saveresume.c +++ b/saveresume.c @@ -11,7 +11,7 @@ * see the history.adoc file in the source distribution for discussion. */ -#define VRSION 26 /* bump on save format change */ +#define VRSION 27 /* bump on save format change */ /* * If you change the first three members, the resume function may not properly @@ -85,7 +85,8 @@ int resume(void) #endif FILE *fp = NULL; - if (game.loc != 1 || game.abbrev[1] != 1) { + if (game.loc != 1 || + game.abbrev[1] != 1) { rspeak(RESUME_ABANDON); if (!yes(arbitrary_messages[THIS_ACCEPTABLE], arbitrary_messages[OK_MAN], arbitrary_messages[OK_MAN])) return GO_CLEAROBJ;