ai_pathfinder.c
changeset 2008 cdb444f6d43c
parent 1981 3c9c682f1212
child 2049 538e73c53f54
--- a/ai_pathfinder.c	Mon Jul 04 10:01:06 2005 +0000
+++ b/ai_pathfinder.c	Mon Jul 04 14:58:55 2005 +0000
@@ -97,6 +97,8 @@
 	result->FoundEndNode = AyStar_AiPathFinder_FoundEndNode;
 	result->GetNeighbours = AyStar_AiPathFinder_GetNeighbours;
 
+	result->BeforeExit = NULL;
+
 	result->free = AyStar_AiPathFinder_Free;
 
 	// Set some information