- undo of my last patch, removing 'this' is not a good idea and causes even worse...
[supertux.git] / src / badguy.cpp
index 67d5540..870ee42 100644 (file)
@@ -863,8 +863,7 @@ BadGuy::squish(Player* player)
     World::current()->add_score(base.x - scroll_x, base.y, 50 * player_status.score_multiplier);
     play_sound(sounds[SND_SQUISH], SOUND_CENTER_SPEAKER);
     player_status.score_multiplier++;
-      
-    remove_me();
+    remove_me();     
     return;
 
   } else if(kind == BAD_BSOD) {