pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/worldobjs/entrances woodthing.cxx,1.1


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/worldobjs/entrances woodthing.cxx,1.1,1.2 woodthing.hxx,1.1,1.2
Date: 1 Oct 2002 19:53:48 -0000

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

Modified Files:
        woodthing.cxx woodthing.hxx 
Log Message:
- riped 'float delta' out of the engine code
- some worldmap stuff


Index: woodthing.cxx
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/worldobjs/entrances/woodthing.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- woodthing.cxx       27 Sep 2002 11:50:45 -0000      1.1
+++ woodthing.cxx       1 Oct 2002 19:53:46 -0000       1.2
@@ -42,9 +42,9 @@
 }
 
 void
-WoodThing::update (float delta)
+WoodThing::update ()
 {
-  Entrance::update (delta);
+  Entrance::update ();
 
   --counter;
 

Index: woodthing.hxx
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/worldobjs/entrances/woodthing.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- woodthing.hxx       27 Sep 2002 11:50:45 -0000      1.1
+++ woodthing.hxx       1 Oct 2002 19:53:46 -0000       1.2
@@ -35,8 +35,7 @@
 public:
   WoodThing (const WorldObjsData::EntranceData& data_);
 
-  void update (float delta);
-  
+  void update();
   void draw (GraphicContext& gc);
   
 private:





reply via email to

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