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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user