From 5e73dce0e71791b87e5b096a890578eefcc26639 Mon Sep 17 00:00:00 2001 From: KUDr Date: Sat, 27 May 2006 16:12:16 +0000 Subject: (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing. --- aystar.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'aystar.c') diff --git a/aystar.c b/aystar.c index e42fe37d9..229da27b1 100644 --- a/aystar.c +++ b/aystar.c @@ -19,6 +19,10 @@ #include "stdafx.h" #include "openttd.h" #include "aystar.h" + +int _aystar_stats_open_size; +int _aystar_stats_closed_size; + // This looks in the Hash if a node exists in ClosedList // If so, it returns the PathNode, else NULL static PathNode *AyStarMain_ClosedList_IsInList(AyStar *aystar, AyStarNode *node) @@ -234,6 +238,8 @@ int AyStarMain_Main(AyStar *aystar) { #endif if (r != AYSTAR_STILL_BUSY) /* We're done, clean up */ + _aystar_stats_open_size = aystar->OpenListHash.size; + _aystar_stats_closed_size = aystar->ClosedListHash.size; aystar->clear(aystar); // Check result-value -- cgit v1.2.3-70-g09d2