pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/actions laser_kill.cxx,1.8,1.9 laser_


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/actions laser_kill.cxx,1.8,1.9 laser_kill.hxx,1.8,1.9
Date: 14 Sep 2002 22:41:34 -0000

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

Modified Files:
        laser_kill.cxx laser_kill.hxx 
Log Message:
- some cleanup and docu

Index: laser_kill.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/laser_kill.cxx,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- laser_kill.cxx      14 Sep 2002 20:41:25 -0000      1.8
+++ laser_kill.cxx      14 Sep 2002 22:41:31 -0000      1.9
@@ -52,8 +52,8 @@
 {
   if (sprite.finished())
     pingu->set_status(PS_DEAD);
-
-  sprite.update(delta);
+  else
+    sprite.update(delta);
 }
 
 } // namespace Actions

Index: laser_kill.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/laser_kill.hxx,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- laser_kill.hxx      10 Sep 2002 19:24:19 -0000      1.8
+++ laser_kill.hxx      14 Sep 2002 22:41:31 -0000      1.9
@@ -25,6 +25,8 @@
 
 namespace Actions {
 
+/** This action is triggered by the LaserExit trap and causes the
+    pingu to 'burn-away' */
 class LaserKill : public PinguAction
 {
 private:





reply via email to

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