undef WIZARD
- quiet a gcc warning if WIZARD is undefined
This commit is contained in:
@@ -212,7 +212,9 @@ struct obj *corpse;
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef WIZARD
|
||||||
make_bones:
|
make_bones:
|
||||||
|
#endif
|
||||||
unleash_all();
|
unleash_all();
|
||||||
/* in case these characters are not in their home bases */
|
/* in case these characters are not in their home bases */
|
||||||
for (mtmp = fmon; mtmp; mtmp = mtmp->nmon) {
|
for (mtmp = fmon; mtmp; mtmp = mtmp->nmon) {
|
||||||
|
|||||||
Reference in New Issue
Block a user