X-Git-Url: https://jxself.org/git/?p=informlib.git;a=blobdiff_plain;f=english.h;h=24bc0fda9e7251f4421f6f131d5755d42f8f4f02;hp=6494b312c15df2063152fb3c28f89df8bdb6864b;hb=HEAD;hpb=e157947b6ab3ff565fe5beabb78324820770c2a9 diff --git a/english.h b/english.h index 6494b31..24bc0fd 100644 --- a/english.h +++ b/english.h @@ -1,9 +1,9 @@ ! ============================================================================== ! ENGLISH: Language Definition File ! -! Supplied for use with Inform 6 -- Release 6.12.5 -- Serial number 210605 +! Supplied for use with Inform 6 -- Release 6.12.6 -- Serial number 220219 ! -! Copyright Graham Nelson 1993-2004 and David Griffith 2012-2021 +! Copyright Graham Nelson 1993-2004 and David Griffith 2012-2022 ! ! This file is free software: you can redistribute it and/or modify ! it under the terms of the GNU Affero General Public License as @@ -1129,7 +1129,8 @@ Constant LIBRARYV__TX = " Library v"; print " "; 5: print "^Would you like to RESTART, RESTORE a saved game"; #Ifdef DEATH_MENTION_UNDO; - print ", UNDO your last move"; + if (undo_flag ~= 0) + print ", UNDO your last move"; #Endif; if (TASKS_PROVIDED == 0) print ", give the FULL score for that game"; if (deadflag == 2 && AMUSING_PROVIDED == 0)