summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-08-09 18:59:19 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-08-09 18:59:19 +0000
commit6585f0a09877d4928cb21c539357626234939a05 (patch)
treea871835c8fdf7a70e5b9f5182cbbe3d5d45bbcaa /crawl-ref
parentd9f1b7893cb6c270bac2bb6bbe97b13540468dca (diff)
downloadcrawl-ref-6585f0a09877d4928cb21c539357626234939a05.tar.gz
crawl-ref-6585f0a09877d4928cb21c539357626234939a05.zip
Add more minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6810 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/religion.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 427b666a80..e80b7ec868 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -5874,17 +5874,17 @@ void handle_god_time()
DEBUGSTR("Bad god, no bishop!");
}
}
-} // end handle_god_time()
+}
// yet another wrapper for mpr() {dlb}:
void simple_god_message(const char *event, god_type which_deity)
{
std::string msg = god_name(which_deity);
msg += event;
- god_speaks( which_deity, msg.c_str() );
+ god_speaks(which_deity, msg.c_str());
}
-int god_colour( god_type god ) //mv - added
+int god_colour(god_type god) // mv - added
{
switch (god)
{