summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/startup.cc
diff options
context:
space:
mode:
authorgammafunk <gammafunk@gmail.com>2014-06-24 23:03:47 -0500
committergammafunk <gammafunk@gmail.com>2014-06-24 23:03:47 -0500
commit612c5d83b722ff91a0496d5dcf53dbacebbe1a0e (patch)
tree8f71c44732deba0ce8590be1a8a189ac5261a9ac /crawl-ref/source/startup.cc
parent912cc7b8de5eb9b1e036a44f1bedeefe2b8647b9 (diff)
downloadcrawl-ref-612c5d83b722ff91a0496d5dcf53dbacebbe1a0e.tar.gz
crawl-ref-612c5d83b722ff91a0496d5dcf53dbacebbe1a0e.zip
Clean up the mapstat function names and variables
The command-line option is -mapstat, so the non-static functions use the prefix mapstat_ instead of mapgen_ now for consistency. The static functions and variables have had their mg_ prefixes removed.
Diffstat (limited to 'crawl-ref/source/startup.cc')
-rw-r--r--crawl-ref/source/startup.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/startup.cc b/crawl-ref/source/startup.cc
index 22609083fb..01d691e578 100644
--- a/crawl-ref/source/startup.cc
+++ b/crawl-ref/source/startup.cc
@@ -160,7 +160,7 @@ static void _initialize()
if (crawl_state.map_stat_gen)
{
release_cli_signals();
- generate_map_stats();
+ mapstat_generate_stats();
end(0, false);
}
#endif