- [FIX] Si només quedaba el heroi al canviar d'habitació, petava
- [FIX] Algunes capçaleres mal - Lagueirto en proves
This commit is contained in:
@@ -418,7 +418,7 @@ namespace actor
|
||||
|
||||
void setDirty(actor_t *act, const bool force)
|
||||
{
|
||||
if (!act->prev && !act->next)
|
||||
if (!act->prev && !act->next && !(act==first))
|
||||
{
|
||||
act->next = first;
|
||||
if (first) first->prev = act;
|
||||
|
||||
Reference in New Issue
Block a user