pointless assert triggers when new units are created and placed.

spawning dragons was causing this to fail.
This commit is contained in:
Enno Rehling 2014-08-16 13:19:00 +02:00
parent 9587e9f0cd
commit fa52bb4192
1 changed files with 0 additions and 1 deletions

View File

@ -890,7 +890,6 @@ void move_unit(unit * u, region * r, unit ** ulist)
{
assert(u && r);
assert(u->faction || !"this unit is dead");
if (u->region == r)
return;
if (!ulist)