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 rain_generator.cxx,1.5,1.6


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/worldobjs rain_generator.cxx,1.5,1.6
Date: 14 Oct 2002 11:15:18 -0000

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

Modified Files:
        rain_generator.cxx 
Log Message:
- applied the outstanding patches from the ML
- optimized force_vector a little 


Index: rain_generator.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjs/rain_generator.cxx,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- rain_generator.cxx  1 Oct 2002 19:53:46 -0000       1.5
+++ rain_generator.cxx  14 Oct 2002 11:15:15 -0000      1.6
@@ -67,9 +67,9 @@
     }
   
   if (do_thunder)
-    thunder_count -= 10.0 * 0.025f;
+    thunder_count -= 10.0f * 0.025f;
 
-  waiter_count -= 20.0 * 0.025f;
+  waiter_count -= 20.0f * 0.025f;
 
   get_world()->get_particle_holder()->add_particle(new RainParticle(rand() % 
world->get_width(), -32));
   get_world()->get_particle_holder()->add_particle(new RainParticle(rand() % 
world->get_width(), -32));





reply via email to

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