region ttl field size change (trunk only)

make region ttl field a long instead of short to get rid of lint warnings
about a possible loss of data
This commit is contained in:
nethack.allison
2006-06-28 02:34:02 +00:00
parent 7ea8507d26
commit c7c6295cbf
4 changed files with 21 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)patchlevel.h 3.5 2006/04/15 */
/* SCCS Id: @(#)patchlevel.h 3.5 2006/06/27 */
/* 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 32
#define EDITLEVEL 33
#define COPYRIGHT_BANNER_A \
"NetHack, Copyright 1985-2006"