compatibility checks fix for TIMED_DELAY

makedefs has been listing TIMED_DELAY as one of the options which
affects save file contents even though that hasn't been the case for
a long time.  Unfortunately, simply fixing that by itself would break
save file compatibility for anyone who has been building with it set.
This workaround prevents the fix from doing that.  And now folks can
rebuild after toggling TIMED_DELAY without unnecessarily invalidating
save and bones files.
This commit is contained in:
nethack.rankin
2002-08-15 02:48:34 +00:00
parent c9a52fa6bd
commit fab39a2007
3 changed files with 26 additions and 6 deletions

View File

@@ -206,6 +206,7 @@ engulfing green slime as a purple worm was causing stoning not sliming
zero entries in DUNGEON, MONSTERS, et al, of config file are now treated
as preserving the default rather than being ignored
enlightenment: don't misreport polymorphed lycanthrope as "in beast form"
remove TIMED_DELAY from the features checked for version compatibility
Platform- and/or Interface-Specific Fixes