attribute check timer (trunk only)

Move the counter for the next attribute check to the context
structure.

This increments patchlevel so previous save and bones
files are unuseable after applying.
This commit is contained in:
nethack.allison
2004-05-25 02:16:22 +00:00
parent 13abd42d6a
commit e54760e29d
6 changed files with 8 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)patchlevel.h 3.4 2004/01/10 */
/* SCCS Id: @(#)patchlevel.h 3.4 2004/05/24 */
/* 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 9
#define EDITLEVEL 10
#define COPYRIGHT_BANNER_A \
"NetHack, Copyright 1985-2004"