X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Funstable_tile.cpp;h=089a18d6290c115346b18d542c1a4db1a97635a9;hb=20f50f690c18aefbedeeb43eda094c8cb70351a9;hp=67578c50d2dae35f82fdf731ea43705ad6bbd953;hpb=8a627e73d824b5a14249cfe066dc2fdc643ce28d;p=supertux.git diff --git a/src/object/unstable_tile.cpp b/src/object/unstable_tile.cpp index 67578c50d..089a18d62 100644 --- a/src/object/unstable_tile.cpp +++ b/src/object/unstable_tile.cpp @@ -62,7 +62,6 @@ UnstableTile::update(float elapsed_time) if (sprite->animation_done()) { state = STATE_DISINTEGRATING; sprite->set_action("disintegrating", 1); - set_solid(false); set_group(COLGROUP_DISABLED); physic.enable_gravity(true); }