Disable Gold-only weapons for Regular edition (Tim Beckmann)

fixed compiling with -DNDEBUG
This commit is contained in:
Steven Fuller 2002-02-09 19:30:43 +00:00 committed by Patryk Obara
parent 47d9cc1b2c
commit e681d155d9
8 changed files with 70 additions and 20 deletions

View file

@ -37,7 +37,7 @@
#endif
#ifdef NDEBUG
#define fail if (0)
static void fail(...) {}
#define list_fail_get_data_from_sentinel NULL
#define list_fail_add_entry_after NULL
#define list_fail_add_entry_before NULL