Fixed infinite loop when stepping on a right facing conveyor with the clock

powerup.
This commit is contained in:
Rob Pearce 2008-11-23 02:58:17 +00:00
parent 9fdc6c1467
commit 5009b40963
1 changed files with 1 additions and 1 deletions

2
rc.c
View File

@ -4454,8 +4454,8 @@ void dotileeffects(sprite_t *s) {
} else if (s->id == P_PLANT) {
movex(s, 1.5);
}
finished = B_TRUE;
}
finished = B_TRUE;
} else if (tt->id == T_LEFT) {
if (globpowerup != PW_CLOCK) {
if (!ismonster(s->id) && !isfruit(s->id)) {