From 7f64422ca48ead0314016f7a8f2f5b5a092cadb5 Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 10 May 2019 15:08:59 -0400 Subject: [PATCH] comment bit --- include/global.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/global.h b/include/global.h index d00697fbe..6e0f96ebf 100644 --- a/include/global.h +++ b/include/global.h @@ -349,7 +349,8 @@ struct savefile_info { #define MAXMONNO 120 /* extinct monst after this number created */ #define MHPMAX 500 /* maximum monster hp */ -/* PANICTRACE: Always defined for NH_DEVEL_STATUS == NH_STATUS_BETA but only for supported platforms. */ +/* PANICTRACE: Always defined for NH_DEVEL_STATUS != NH_STATUS_RELEASED + but only for supported platforms. */ #ifdef UNIX #if (NH_DEVEL_STATUS != NH_STATUS_RELEASED) /* see end.c */