- [FIX] La pilota de l'habitació 02 ja no te una ralla de pixels
- [FIX] Al pegar botonà en el logo el fondo se quedava de algún color durant la intro. - [FIX] Al morir el malo que t'ha matat ja no es queda tot loco - [FIX] Retocades un poc algunes portes on s'ha pogut
This commit is contained in:
@@ -1034,6 +1034,8 @@ namespace actor
|
||||
act2->pos.z += 8;
|
||||
act2->anim_frame = 2;
|
||||
act->anim_wait = act2->anim_wait = 1;
|
||||
actor_t *other = first;
|
||||
while (other) { other->flags &= ~FLAG_MOVING; other = other->next; }
|
||||
actor::setDirty(act2);
|
||||
room::cycleColor(4);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user