pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/particles pingu_particle.hxx,1.2,1.3


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/particles pingu_particle.hxx,1.2,1.3
Date: 26 Jun 2002 11:23:56 -0000

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

Modified Files:
        pingu_particle.hxx 
Log Message:
headbump und pingu_particle fix

Index: pingu_particle.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/particles/pingu_particle.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pingu_particle.hxx  24 Jun 2002 22:52:59 -0000      1.2
+++ pingu_particle.hxx  26 Jun 2002 11:23:54 -0000      1.3
@@ -24,30 +24,20 @@
 
 class CL_Surface;
 
-///
 class PinguParticle : public Particle
 {
 private:
-  ///
   float size;
-  ///
   float size_add;
-  ///
   static CL_Surface sur;
 public:
-  ///
   PinguParticle();
-  ///
   PinguParticle(int x, int y, float x_a, float y_a);
   
-  ///
   void init(int x, int y, float x_a, float y_a);
-  ///
   void draw_offset(int ofx, int ofy, float s);
-  ///
   void update(float delta);
-}///
-;
+};
 
 #endif
 




reply via email to

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