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 laser_exit.cxx,1.3,1.4


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/worldobjs laser_exit.cxx,1.3,1.4
Date: 13 Sep 2002 18:28:28 -0000

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

Modified Files:
        laser_exit.cxx 
Log Message:
- added little marker that this is an unplayable develpment version
- fixed bug in laser_exit_obj
- fixed bug in laser kill

Index: laser_exit.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjs/laser_exit.cxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- laser_exit.cxx      10 Sep 2002 19:24:19 -0000      1.3
+++ laser_exit.cxx      13 Sep 2002 18:28:26 -0000      1.4
@@ -50,7 +50,8 @@
 void 
 LaserExit::draw (GraphicContext& gc)
 {
-  gc.draw (data->surface, data->pos, data->counter.value());
+  gc.draw (data->surface, data->pos,
+          data->counter.value());
 }
 
 void





reply via email to

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