pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/input joystick_axis.hxx,1.1,1.2


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/input joystick_axis.hxx,1.1,1.2
Date: 8 Jul 2002 14:49:10 -0000

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

Modified Files:
        joystick_axis.hxx 
Log Message:
clean up


Index: joystick_axis.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/input/joystick_axis.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- joystick_axis.hxx   4 Jul 2002 14:03:43 -0000       1.1
+++ joystick_axis.hxx   8 Jul 2002 14:49:08 -0000       1.2
@@ -30,7 +30,6 @@
     int     id;
     int     axis;
     float   angle;
-    float   pos;
     
   public:
   
@@ -38,7 +37,7 @@
 
     virtual float get_pos ();
     virtual float get_angle ();
-    virtual void  update (float delta);
+    virtual void  update (float);
   };
 }
 




reply via email to

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