pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/actions faller.cxx,1.33,1.34


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/actions faller.cxx,1.33,1.34
Date: 3 Nov 2002 22:20:31 -0000

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

Modified Files:
        faller.cxx 
Log Message:
added alternative move_with_forces implementation

Index: faller.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/faller.cxx,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- faller.cxx  3 Nov 2002 17:32:25 -0000       1.33
+++ faller.cxx  3 Nov 2002 22:20:29 -0000       1.34
@@ -78,7 +78,6 @@
        }
       else
        {
-          std::cout << "Ground hit velocity: " << 
fabs(pingu->get_velocity().y) << "/" << deadly_velocity << std::endl;
          // Did we stop too fast?
          if (fabs(pingu->get_velocity().y) > deadly_velocity) 
            {





reply via email to

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