CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Yann Dirson <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>
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"