(svn r20685) -Codechange: Make BinaryHeap_Clear() a method.
This commit is contained in:
@@ -221,7 +221,7 @@ void AyStarMain_Clear(AyStar *aystar)
|
||||
{
|
||||
/* Clean the Queue, but not the elements within. That will be done by
|
||||
* the hash. */
|
||||
aystar->OpenListQueue.clear(&aystar->OpenListQueue, false);
|
||||
aystar->OpenListQueue.Clear(false);
|
||||
/* Clean the hashes */
|
||||
clear_Hash(&aystar->OpenListHash, true);
|
||||
clear_Hash(&aystar->ClosedListHash, true);
|
||||
|
Reference in New Issue
Block a user