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.hxx,1.1,1.2


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src pingu.hxx,1.1,1.2
Date: 21 Jun 2002 16:51:24 -0000

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

Modified Files:
        pingu.hxx 
Log Message:
renamed update_normal to update_action and commented some methodds out which
had no implementation at all


Index: pingu.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/pingu.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pingu.hxx   12 Jun 2002 19:06:12 -0000      1.1
+++ pingu.hxx   21 Jun 2002 16:51:22 -0000      1.2
@@ -123,7 +123,7 @@
   // Set the pingu in the gives direction
   void set_direction(Direction d);
 
-  int  set_action (PinguAction*);
+  bool set_action (PinguAction*);
   void set_action (const std::string& action_name);
 
   /// FIXME: Stupid function name, need a better one.
@@ -160,14 +160,14 @@
   ///
   void update_persistent(float delta);
   ///
-  void update_normal(float delta);
+  void update_action(float delta);
   ///
-  void update_falling(float delta);
+  //void update_falling(float delta);
   ///
-  void update_walking(float delta);
+  //void update_walking(float delta);
 
   /** Indicate if the pingu's speed is above the deadly velocity */
-  bool is_tumbling () const;
+  //bool is_tumbling () const;
   
   float get_z_pos() const { return 0; }
 




reply via email to

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