wesnoth-cvs-commits
[Top][All Lists]
Advanced

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

[Wesnoth-cvs-commits] wesnoth/src map.cpp


From: Yann Dirson
Subject: [Wesnoth-cvs-commits] wesnoth/src map.cpp
Date: Sat, 05 Mar 2005 08:03:20 -0500

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Yann Dirson <address@hidden>    05/03/05 13:03:19

Modified files:
        src            : map.cpp 

Log message:
        map does not need pathfind

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/map.cpp.diff?tr1=1.52&tr2=1.53&r1=text&r2=text

Patches:
Index: wesnoth/src/map.cpp
diff -u wesnoth/src/map.cpp:1.52 wesnoth/src/map.cpp:1.53
--- wesnoth/src/map.cpp:1.52    Thu Mar  3 22:43:25 2005
+++ wesnoth/src/map.cpp Sat Mar  5 13:03:19 2005
@@ -1,4 +1,4 @@
-/* $Id: map.cpp,v 1.52 2005/03/03 22:43:25 ydirson Exp $ */
+/* $Id: map.cpp,v 1.53 2005/03/05 13:03:19 ydirson Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -15,7 +15,7 @@
 
 #include "log.hpp"
 #include "map.hpp"
-#include "pathfind.hpp"
+#include "pathutils.hpp"
 #include "util.hpp"
 #include "wassert.hpp"
 #include "serialization/string_utils.hpp"




reply via email to

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