From d3298934807f28698d96ea7df784e52674e94968 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 14 Oct 2009 21:38:00 +0100 Subject: [PATCH] routesearch: print highscore tables best first --- yarrg/rsmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarrg/rsmain.c b/yarrg/rsmain.c index 976aa5a..dd3748f 100644 --- a/yarrg/rsmain.c +++ b/yarrg/rsmain.c @@ -169,7 +169,7 @@ int main(int argc, const char **argv) { int pos; fprintf(output,"============== granui%d ap=%d ==============\n", granui, ap); - for (pos=0; pos=0; pos--) { HighScoreEntry *hs= &highscores[granui][ap][pos]; PotentialResult *pr= hs->pr; if (!pr) continue; -- 2.30.2