From 7bf7cf80eecef6b85baf256c57198262557851af Mon Sep 17 00:00:00 2001 From: miham Date: Wed, 29 Dec 2004 13:13:29 +0000 Subject: (svn r1297) Language fixes in the source.. (ln-) --- aystar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aystar.c') diff --git a/aystar.c b/aystar.c index 292bcdbe1..bb09656a8 100644 --- a/aystar.c +++ b/aystar.c @@ -215,7 +215,7 @@ void AyStarMain_Clear(AyStar *aystar) { int AyStarMain_Main(AyStar *aystar) { int r, i = 0; // Loop through the OpenList - // Quit if result is no AYSTAR_STILL_BUSY or is more then loops_per_tick + // Quit if result is no AYSTAR_STILL_BUSY or is more than loops_per_tick while ((r = aystar->loop(aystar)) == AYSTAR_STILL_BUSY && (aystar->loops_per_tick == 0 || ++i < aystar->loops_per_tick)) { } #ifdef AYSTAR_DEBUG if (r == AYSTAR_FOUND_END_NODE) -- cgit v1.2.3-54-g00ecf