diff --git a/src/p_floor.c b/src/p_floor.c
index 8a4a87f69fd33dc1830fe7f7e0b291252bb62cfb..1de2277bb8ceb19f03a92d5081f0b19df75c8f91 100644
--- a/src/p_floor.c
+++ b/src/p_floor.c
@@ -591,7 +591,6 @@ void T_BounceCheese(bouncecheese_t *bouncer)
 	if (bouncer->sector->crumblestate == CRUMBLE_RESTORE || bouncer->sector->crumblestate == CRUMBLE_WAIT
 		|| bouncer->sector->crumblestate == CRUMBLE_ACTIVATED) // Oops! Crumbler says to remove yourself!
 	{
-		bouncer->sector->crumblestate = CRUMBLE_WAIT;
 		bouncer->sector->ceilingdata = NULL;
 		bouncer->sector->ceilspeed = 0;
 		bouncer->sector->floordata = NULL;