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 bomber.cxx,1.31,1.32 faller.


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/actions bomber.cxx,1.31,1.32 faller.cxx,1.37,1.38
Date: 18 Mar 2003 17:03:04 -0000

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

Modified Files:
        bomber.cxx faller.cxx 
Log Message:
applied collison patch from Gervase


Index: bomber.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/bomber.cxx,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- bomber.cxx  9 Mar 2003 20:41:30 -0000       1.31
+++ bomber.cxx  18 Mar 2003 17:03:02 -0000      1.32
@@ -87,7 +87,7 @@
   Vector velocity = pingu->get_velocity();
 
   // Move the Pingu
-  mover.update(velocity, Colliders::PinguCollider(velocity, pingu_height));
+  mover.update(velocity, Colliders::PinguCollider(pingu_height));
 
   pingu->set_pos(mover.get_pos());
 

Index: faller.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/faller.cxx,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- faller.cxx  9 Mar 2003 20:41:30 -0000       1.37
+++ faller.cxx  18 Mar 2003 17:03:02 -0000      1.38
@@ -76,7 +76,7 @@
   do
     {
       // Move the Pingu as far is it can go
-      mover.update(move, Colliders::PinguCollider(velocity, pingu_height));
+      mover.update(move, Colliders::PinguCollider(pingu_height));
 
       pingu->set_pos(mover.get_pos());
 





reply via email to

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