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 blocker.cxx,1.16,1.17


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/actions blocker.cxx,1.16,1.17
Date: 16 Mar 2003 23:07:05 -0000

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

Modified Files:
        blocker.cxx 
Log Message:
bunch of small things


Index: blocker.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/blocker.cxx,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- blocker.cxx 19 Feb 2003 09:50:36 -0000      1.16
+++ blocker.cxx 16 Mar 2003 23:07:02 -0000      1.17
@@ -81,7 +81,7 @@
 void
 Blocker::catch_pingu(Pingu* target)
 {
-  if (target != pingu)
+  if (target != pingu) // avoid 'self' catch
     {
       if (target->get_x () > pingu->get_x () - 16 
          && target->get_x () < pingu->get_x () + 16





reply via email to

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