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.5,1.6 floater.cx


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/actions bomber.cxx,1.5,1.6 floater.cxx,1.8,1.9
Date: 14 Aug 2002 12:45:04 -0000

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

Modified Files:
        bomber.cxx floater.cxx 
Log Message:
- some more warnings squished


Index: bomber.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/bomber.cxx,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- bomber.cxx  2 Jul 2002 21:46:36 -0000       1.5
+++ bomber.cxx  14 Aug 2002 12:45:02 -0000      1.6
@@ -120,6 +120,8 @@
   pingu->velocity = ForcesHolder::apply_forces(pingu->pos, pingu->velocity);
   // FIXME:
   pingu->pos += pingu->velocity;
+  
+  if(delta);
 }
 
 /* EOF */

Index: floater.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/floater.cxx,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- floater.cxx 2 Jul 2002 16:06:51 -0000       1.8
+++ floater.cxx 14 Aug 2002 12:45:02 -0000      1.9
@@ -58,7 +58,7 @@
 }
 
 bool
-Floater::change_allowed (ActionName new_action)
+Floater::change_allowed (ActionName)
 {
   return false;
 }





reply via email to

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