pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/worldobjsdata conveyor_belt_data.hxx


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/worldobjsdata conveyor_belt_data.hxx,1.4,1.5
Date: 27 Jan 2003 22:14:54 -0000

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

Modified Files:
        conveyor_belt_data.hxx 
Log Message:
fixed a few warnings from VC 7


Index: conveyor_belt_data.hxx
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/worldobjsdata/conveyor_belt_data.hxx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- conveyor_belt_data.hxx      28 Sep 2002 11:52:26 -0000      1.4
+++ conveyor_belt_data.hxx      27 Jan 2003 22:14:52 -0000      1.5
@@ -31,7 +31,7 @@
 public:
   Vector pos;
   int    width;
-  double speed;
+  float  speed;
   float  counter;
 
   ConveyorBeltData ();





reply via email to

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