Define extra sanity checks if not a release

This commit is contained in:
Pasi Kallinen
2022-01-02 01:14:16 +02:00
parent 2e54e29dca
commit 3e620e06eb

View File

@@ -584,7 +584,9 @@ typedef unsigned char uchar;
/* EXTRA_SANITY_CHECKS adds extra impossible calls,
* probably not useful for normal play */
/* #define EXTRA_SANITY_CHECKS */
#if (NH_DEVEL_STATUS != NH_STATUS_RELEASED)
#define EXTRA_SANITY_CHECKS
#endif
/* BREADCRUMBS employs the use of predefined compiler macros
* __FUNCTION__ and __LINE__ to store some caller breadcrumbs