digging conjoined pits follow-up (trunk only)

Pat Rankin wrote:
>      Isn't an array of booleans overkill?  A single byte bitmap
> could achieve the same result.
This commit is contained in:
nethack.allison
2006-03-25 18:59:53 +00:00
parent a0156b9278
commit e063031f00
4 changed files with 29 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)patchlevel.h 3.5 2006/01/07 */
/* SCCS Id: @(#)patchlevel.h 3.5 2006/03/25 */
/* 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 27
#define EDITLEVEL 28
#define COPYRIGHT_BANNER_A \
"NetHack, Copyright 1985-2006"