Text wrapping in TextScroller, InfoBox and InfoBlock respects variable-width fonts.
[supertux.git] / src / object / invisible_block.cpp
index 73ccf56..045e319 100644 (file)
@@ -69,7 +69,6 @@ InvisibleBlock::hit(Player& )
 
   sprite->set_action("empty");
   start_bounce();
-  flags |= FLAG_SOLID;
   set_group(COLGROUP_STATIC);
   visible = true;
 }