* The "time needed" statistic now works again. You might need to delete your savegame...
[supertux.git] / src / object / oneup.cpp
index 668bbe2..464a3eb 100644 (file)
@@ -17,7 +17,6 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //  02111-1307, USA.
-
 #include <config.h>
 
 #include "oneup.hpp"
@@ -34,6 +33,7 @@ OneUp::OneUp(const Vector& pos)
   bbox.set_size(32, 32);
   sprite = sprite_manager->create("1up");
   physic.set_velocity(100, 400);
+  set_group(COLGROUP_TOUCHABLE);
 }
 
 OneUp::~OneUp()