summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-09-07 01:10:59 +0200
committerAdam Borowski <kilobyte@angband.pl>2010-09-07 01:10:59 +0200
commit5f5131846d93db32bed60a65b4c0353450b31892 (patch)
tree3b0a9934641197bcdc01ca27ff810a4add49b588 /crawl-ref/source/religion.h
parent51d9e118c24ac6e66da04187bbdf22a237ce8da9 (diff)
downloadcrawl-ref-5f5131846d93db32bed60a65b4c0353450b31892.tar.gz
crawl-ref-5f5131846d93db32bed60a65b4c0353450b31892.zip
Unify string_to_god() and str_to_god().
Diffstat (limited to 'crawl-ref/source/religion.h')
-rw-r--r--crawl-ref/source/religion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h
index 55d4b76742..274aa95ddd 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -33,7 +33,7 @@ void simple_god_message(const char *event, god_type which_deity = you.religion);
int piety_breakpoint(int i);
std::string god_name(god_type which_god, bool long_name = false);
std::string god_name_jiyva(bool second_name = false);
-god_type string_to_god(const char *name, bool exact = true);
+god_type str_to_god(const std::string name, bool exact = true);
std::string get_god_powers(god_type which_god);
std::string get_god_likes(god_type which_god, bool verbose = false);