settings.c
changeset 1700 e1fe3446d013
parent 1688 af2bb9bcb2ed
child 1723 edb80d6bcc2d
--- a/settings.c	Fri Apr 15 13:50:08 2005 +0000
+++ b/settings.c	Fri Apr 15 15:28:01 2005 +0000
@@ -926,6 +926,9 @@
 	/* New Path Finding */
 	{"new_pathfinding_all",	SDT_BOOL,		(void*)false, &_patches.new_pathfinding_all,	NULL},
 
+	/* The maximum number of nodes to search */
+	{"npf_max_search_nodes",   SDT_UINT32, (void*)10000,  &_patches.npf_max_search_nodes,		NULL},
+
 	/* When a red signal is encountered, a small detour can be made around
 	* it. This specifically occurs when a track is doubled, in which case
 	* the detour is typically 2 tiles. It is also often used at station