From b2e9b5d612a879097587b05ed2c53c19c70d84a6 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 1 Jan 2010 18:45:40 +0000 Subject: (svn r18683) -Fix: it's not an other --- src/pathfinder/npf/aystar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pathfinder/npf') diff --git a/src/pathfinder/npf/aystar.cpp b/src/pathfinder/npf/aystar.cpp index 55a0262f1..ffe62f7fa 100644 --- a/src/pathfinder/npf/aystar.cpp +++ b/src/pathfinder/npf/aystar.cpp @@ -293,7 +293,7 @@ void init_AyStar(AyStar *aystar, Hash_HashProc hash, uint num_buckets) /* Set up our sorting queue * BinaryHeap allocates a block of 1024 nodes - * When thatone gets full it reserves an otherone, till this number + * When that one gets full it reserves another one, till this number * That is why it can stay this high */ init_BinaryHeap(&aystar->OpenListQueue, 102400); -- cgit v1.2.3-54-g00ecf