undef WIZARD

- quiet a gcc warning if WIZARD is undefined
This commit is contained in:
cohrs
2002-03-12 22:41:48 +00:00
parent b964042e26
commit 1dcd580e90

View File

@@ -212,7 +212,9 @@ struct obj *corpse;
return;
}
#ifdef WIZARD
make_bones:
#endif
unleash_all();
/* in case these characters are not in their home bases */
for (mtmp = fmon; mtmp; mtmp = mtmp->nmon) {