Remove ALIVE_ESCAPED entities.
This commit is contained in:
parent
dc2f2c4635
commit
7a23a9b6b3
|
@ -95,7 +95,7 @@ void doEntities(void)
|
|||
e->x += e->dx;
|
||||
e->y += e->dy;
|
||||
|
||||
if (e->alive == ALIVE_DEAD)
|
||||
if (e->alive == ALIVE_DEAD || e->alive == ALIVE_ESCAPED)
|
||||
{
|
||||
if (e == battle.entityTail)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue