pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/worldmap pingus.cxx,1.21,1.22


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/worldmap pingus.cxx,1.21,1.22
Date: 15 Oct 2002 23:54:03 -0000

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

Modified Files:
        pingus.cxx 
Log Message:
fixed missing return


Index: pingus.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/pingus.cxx,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- pingus.cxx  15 Oct 2002 22:14:42 -0000      1.21
+++ pingus.cxx  15 Oct 2002 23:54:01 -0000      1.22
@@ -88,7 +88,7 @@
 {
   if (current_node == target)
     {
-      // do nothing
+      return true;
     }
   else if (current_node != NoNode) // pingu stands still
     {





reply via email to

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