From efa4cfc756d2aaa7dd02979a4bf5ae2e8e2bf3fd Mon Sep 17 00:00:00 2001
From: johns <>
Date: Fri, 26 Jan 2001 00:41:42 +0000
Subject: [PATCH] Prepared for new orders.

---
 src/include/pathfinder.h | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/src/include/pathfinder.h b/src/include/pathfinder.h
index c0763676a..fddcee8ee 100644
--- a/src/include/pathfinder.h
+++ b/src/include/pathfinder.h
@@ -9,11 +9,10 @@
 //	   FreeCraft - A free fantasy real time strategy game engine
 //
 /**@name pathfinder.h	-	The path finder headerfile. */
-/*
-**	(c) Copyright 1998-2000 by Lutz Sammer
-**
-**	$Id$
-*/
+//
+//	(c) Copyright 1998-2001 by Lutz Sammer
+//
+//	$Id$
 
 #ifndef	__PATH_FINDER_H__
 #define	__PATH_FINDER_H__
@@ -44,7 +43,11 @@ enum _move_return_ {
 /**
 **	To remove pathfinder internals. Called if path destination changed.
 */
+#ifdef NEW_ORDERS
+#define ResetPath(command) // Hope I didn't need this?
+#else
 #define ResetPath(command) ((command).Data.Move.Fast=1)
+#endif
 
 /*----------------------------------------------------------------------------
 --	Variables