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.7,1.8


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/actions laser_kill.cxx,1.7,1.8
Date: 14 Sep 2002 20:41:27 -0000

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

Modified Files:
        laser_kill.cxx 
Log Message:
fixed draw position of the laser_kill action

Index: laser_kill.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/laser_kill.cxx,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- laser_kill.cxx      14 Sep 2002 19:06:33 -0000      1.7
+++ laser_kill.cxx      14 Sep 2002 20:41:25 -0000      1.8
@@ -44,7 +44,7 @@
   else
     sprite.set_direction(Sprite::RIGHT);
 
-  gc.draw(sprite, pingu->get_pos() - CL_Vector(0, 2));
+  gc.draw(sprite, pingu->get_pos () + CL_Vector (0, 2));
 }
 
 void





reply via email to

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