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 path.cxx,1.2,1.3 pathfinder.


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/worldmap path.cxx,1.2,1.3 pathfinder.hxx,1.9,1.10
Date: 15 Oct 2002 21:58:52 -0000

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

Modified Files:
        path.cxx pathfinder.hxx 
Log Message:
added missing header

Index: path.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/path.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- path.cxx    15 Oct 2002 21:48:43 -0000      1.2
+++ path.cxx    15 Oct 2002 21:58:50 -0000      1.3
@@ -18,6 +18,7 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <iostream>
+#include <algorithm>
 #include "path.hxx"
 
 namespace WorldMapNS {

Index: pathfinder.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/pathfinder.hxx,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- pathfinder.hxx      15 Oct 2002 21:54:09 -0000      1.9
+++ pathfinder.hxx      15 Oct 2002 21:58:50 -0000      1.10
@@ -132,7 +132,6 @@
 
        if (handle == start)
          {
-           //std::reverse (path.begin (), path.end ());
            return path;
          }
        else if (handle == -1)





reply via email to

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