yeti summons snowballs now
[supertux.git] / src / object / growup.cpp
index deaaff1..3f37e0f 100644 (file)
@@ -2,7 +2,6 @@
 
 #include <math.h>
 #include "growup.h"
-#include "defines.h"
 #include "resources.h"
 #include "camera.h"
 #include "sector.h"
@@ -46,7 +45,7 @@ GrowUp::collision(GameObject& other, const CollisionHit& hit)
   
   Player* player = dynamic_cast<Player*>(&other);
   if(player != 0) {
-    player->grow();
+    player->set_bonus(GROWUP_BONUS, true);
     SoundManager::get()->play_sound(IDToSound(SND_EXCELLENT));
     remove_me();