small fix to MrRocket
authorMarek Moeckel <wansti@gmx.de>
Mon, 4 Apr 2005 15:51:24 +0000 (15:51 +0000)
committerMarek Moeckel <wansti@gmx.de>
Mon, 4 Apr 2005 15:51:24 +0000 (15:51 +0000)
added another Tux voice file

SVN-Revision: 2330

contrib/sounds/tuxbuttjump.wav [new file with mode: 0644]
src/badguy/mrrocket.cpp

diff --git a/contrib/sounds/tuxbuttjump.wav b/contrib/sounds/tuxbuttjump.wav
new file mode 100644 (file)
index 0000000..f4c0788
Binary files /dev/null and b/contrib/sounds/tuxbuttjump.wav differ
index 1c2a955..035bb64 100644 (file)
@@ -48,7 +48,7 @@ MrRocket::active_action(float elapsed_time)
 {
   if (collision_timer.check()) {
     Sector::current()->add_object(new RocketExplosion(get_pos(), dir));
-    kill_fall();
+    remove_me();
   }
   else if (!collision_timer.started()) {
      movement=physic.get_movement(elapsed_time);