pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] CVS: Games/Pingus/src pingu_action.cxx,1.19,1.20


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src pingu_action.cxx,1.19,1.20
Date: 26 Nov 2002 18:55:29 -0000

Update of /usr/local/cvsroot/Games/Pingus/src
In directory dark:/tmp/cvs-serv6809

Modified Files:
        pingu_action.cxx 
Log Message:



Index: pingu_action.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/pingu_action.cxx,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- pingu_action.cxx    26 Nov 2002 10:12:53 -0000      1.19
+++ pingu_action.cxx    26 Nov 2002 18:55:27 -0000      1.20
@@ -237,7 +237,7 @@
                {
                   // FIXME: this shouldn't be really here, but its a
                   // FIXME: quick&dirty way to kill falling pingus
-                  if (resultant_force.y >= Actions::Faller::deadly_velocity)
+                  if (resultant_force.y >= deadly_velocity)
                     {
                       pingu->set_action(Actions::Splashed);
                       return;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]