pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/traps smasher.cxx,1.5,1.6


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/traps smasher.cxx,1.5,1.6
Date: 17 Aug 2002 17:56:26 -0000

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

Modified Files:
        smasher.cxx 
Log Message:
changed some postfix increments to prefix increments


Index: smasher.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/traps/smasher.cxx,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- smasher.cxx 28 Jun 2002 15:12:23 -0000      1.5
+++ smasher.cxx 17 Aug 2002 17:56:24 -0000      1.6
@@ -59,7 +59,7 @@
              --count; 
              PingusSound::play_sound("sounds/tenton.wav", 0.7f);
              
-             for(int i=0; i < 20; i++)
+             for(int i=0; i < 20; ++i)
                {
                  world->get_particle_holder()
                    ->add_particle(new SmokeParticle(int(pos.x + 20 + rand() % 
260),





reply via email to

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