summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index e0367a9e47..134ef99b35 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -228,10 +228,9 @@ int main( int argc, char *argv[] )
// now parse the args again, looking for everything else.
parse_args( argc, argv, false );
- if (Options.sc_entries > 0)
+ if (Options.sc_entries != 0)
{
- printf( " Best Crawlers -" EOL );
- hiscores_print_list( Options.sc_entries, Options.sc_format );
+ hiscores_print_all( Options.sc_entries, Options.sc_format );
exit(0);
}
else