region boolean field [trunk only]

Since the trunk breaks savefile compatibility anyway,
remove some code that was inappropriately loading a boolean
with multiple values in order to preserve savefile compatibility in 3.4.x

[Note: this patch increments EDITLEVEL rendering existing bones
and save files obsolete]
This commit is contained in:
nethack.allison
2004-12-30 15:54:42 +00:00
parent 019868fd52
commit a5e12a3519
2 changed files with 9 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)patchlevel.h 3.4 2004/12/16 */
/* SCCS Id: @(#)patchlevel.h 3.4 2004/12/29 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */
@@ -13,7 +13,7 @@
* Incrementing EDITLEVEL can be used to force invalidation of old bones
* and save files.
*/
#define EDITLEVEL 16
#define EDITLEVEL 17
#define COPYRIGHT_BANNER_A \
"NetHack, Copyright 1985-2004"