back into test mode
Post-release, reset to BETA status to indicate development since there's no ALPHA. And use BETA to enable the latent RNG checks.
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
/* SCCS Id: @(#)rnd.c 3.4 1996/02/07 */
|
||||
/* SCCS Id: @(#)rnd.c 3.4 2003/12/13 */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
#include "hack.h"
|
||||
|
||||
#if defined(BETA) && !defined(DEBUG) && !defined(NODEBUG)
|
||||
#define DEBUG
|
||||
#endif
|
||||
|
||||
/* "Rand()"s definition is determined by [OS]conf.h */
|
||||
#if defined(LINT) && defined(UNIX) /* rand() is long... */
|
||||
extern int NDECL(rand);
|
||||
|
||||
Reference in New Issue
Block a user