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


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/worldobjs/entrances cloud.cxx,1.1,1.2 cloud.hxx,1.1,1.2 woodthing.cxx,1.6,1.7 woodthing.hxx,1.2,1.3
Date: 19 Apr 2003 10:23:21 -0000

Update of /var/lib/cvs/Games/Pingus/src/worldobjs/entrances
In directory dark:/tmp/cvs-serv20737/worldobjs/entrances

Modified Files:
        cloud.cxx cloud.hxx woodthing.cxx woodthing.hxx 
Log Message:
removed trailing whitespace


Index: cloud.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/worldobjs/entrances/cloud.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cloud.cxx   27 Sep 2002 11:50:45 -0000      1.1
+++ cloud.cxx   19 Apr 2003 10:23:19 -0000      1.2
@@ -41,7 +41,7 @@
   } else {
     surface.put_screen(static_cast<int>((data->pos.x - 32 + x) * s),
                       static_cast<int>((data->pos.y - 16 + y) * s),
-                      s, s);  
+                      s, s);
   }
 }
 

Index: cloud.hxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/worldobjs/entrances/cloud.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cloud.hxx   27 Sep 2002 11:50:45 -0000      1.1
+++ cloud.hxx   19 Apr 2003 10:23:19 -0000      1.2
@@ -31,7 +31,7 @@
   Cloud (const WorldObjsData::EntranceData& data_);
 
   void draw_offset (int x, int y, float s = 1.0);
-  
+
 private:
   Cloud (const Cloud&);
   Cloud& operator= (const Cloud&);

Index: woodthing.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/worldobjs/entrances/woodthing.cxx,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- woodthing.cxx       19 Feb 2003 09:50:37 -0000      1.6
+++ woodthing.cxx       19 Apr 2003 10:23:19 -0000      1.7
@@ -47,7 +47,7 @@
 
   --counter;
 
-  if (rand() % 5 == 0) 
+  if (rand() % 5 == 0)
     {
       world->get_smoke_particle_holder()->
         add_particle(static_cast<int>(data->pos.x - surface.get_width () /  2 
- 24),
@@ -59,7 +59,7 @@
 void
 WoodThing::draw (GraphicContext& gc)
 {
-  gc.draw(surface, 
+  gc.draw(surface,
          static_cast<int>(data->pos.x - surface.get_width () /  2),
          static_cast<int>(data->pos.y - surface.get_height() + 32),
          counter);

Index: woodthing.hxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/worldobjs/entrances/woodthing.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- woodthing.hxx       1 Oct 2002 19:53:46 -0000       1.2
+++ woodthing.hxx       19 Apr 2003 10:23:19 -0000      1.3
@@ -37,7 +37,7 @@
 
   void update();
   void draw (GraphicContext& gc);
-  
+
 private:
   WoodThing (const WoodThing&);
   WoodThing& operator= (const WoodThing&);





reply via email to

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