Index: src/actions/Faller.cc
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/Faller.cc,v
retrieving revision 1.5
diff -u -r1.5 Faller.cc
--- src/actions/Faller.cc	2001/08/16 22:00:50	1.5
+++ src/actions/Faller.cc	2001/12/06 03:42:06
@@ -98,8 +98,11 @@
       else
 	{
 	  // Did we stop too fast?
-	  if (fabs(pingu->velocity.y) > deadly_velocity)
-	    pingu->set_action("splashed");
+	  if (fabs(pingu->velocity.y) > deadly_velocity) 
+	    {
+	      pingu->set_paction("splashed");
+	      return;
+	    }
 	  else if (fabs(pingu->velocity.x) > deadly_velocity)
 	    {
 	      if (pingus_debug_flags & PINGUS_DEBUG_ACTIONS)
