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.


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/worldobjs/entrances woodthing.cxx,1.4,1.5
Date: 27 Jan 2003 22:14:54 -0000

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

Modified Files:
        woodthing.cxx 
Log Message:
fixed a few warnings from VC 7


Index: woodthing.cxx
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/worldobjs/entrances/woodthing.cxx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- woodthing.cxx       28 Dec 2002 16:10:18 -0000      1.4
+++ woodthing.cxx       27 Jan 2003 22:14:52 -0000      1.5
@@ -52,7 +52,7 @@
       // FIXME: Memory leak
       
world->get_smoke_particle_holder()->add_particle(static_cast<int>(data->pos.x - 
surface.get_width () /  2 - 24),
                                                                               
static_cast<int>(data->pos.y - surface.get_height() + 32 - 147),
-                                                                               
     (frand() + 1) * -0.6, (frand() + 1) * -0.6);
+                                                                               
     (frand() + 1) * -0.6f, (frand() + 1) * -0.6f);
     }
 }
 





reply via email to

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