forked from github/server
warning removed
This commit is contained in:
parent
2b3daae8e3
commit
e373a5af9e
1 changed files with 2 additions and 1 deletions
|
@ -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)) {
|
||||||
|
|
Loading…
Reference in a new issue