forked from github/server
pointless assert triggers when new units are created and placed.
spawning dragons was causing this to fail.
This commit is contained in:
parent
9587e9f0cd
commit
fa52bb4192
|
@ -890,7 +890,6 @@ void move_unit(unit * u, region * r, unit ** ulist)
|
||||||
{
|
{
|
||||||
assert(u && r);
|
assert(u && r);
|
||||||
|
|
||||||
assert(u->faction || !"this unit is dead");
|
|
||||||
if (u->region == r)
|
if (u->region == r)
|
||||||
return;
|
return;
|
||||||
if (!ulist)
|
if (!ulist)
|
||||||
|
|
Loading…
Reference in New Issue