warning removed

This commit is contained in:
Enno Rehling 2007-01-30 22:24:56 +00:00
parent 2b3daae8e3
commit e373a5af9e
1 changed files with 2 additions and 1 deletions

View File

@ -194,8 +194,9 @@ destroy_unit(unit * u)
{ {
region *r = u->region; region *r = u->region;
boolean zombie = false; boolean zombie = false;
#if 0
unit *clone; unit *clone;
#endif
if (!ufindhash(u->no)) return; if (!ufindhash(u->no)) return;
if (!fval(u->race, RCF_ILLUSIONARY)) { if (!fval(u->race, RCF_ILLUSIONARY)) {