From 05073278bb7731681d0c11ae0517f1c70191c929 Mon Sep 17 00:00:00 2001 From: dolorous Date: Tue, 6 Jan 2009 17:01:12 +0000 Subject: Add spacing fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8272 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/monspeak.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/monspeak.cc') diff --git a/crawl-ref/source/monspeak.cc b/crawl-ref/source/monspeak.cc index 3e4c1a60d7..4409912cea 100644 --- a/crawl-ref/source/monspeak.cc +++ b/crawl-ref/source/monspeak.cc @@ -169,7 +169,7 @@ static std::string _try_exact_string(const std::vector &prefixes, std::string msg; for (int tries = 0; tries < 10; tries++) { - msg = + msg = __try_exact_string(prefixes, key, ignore_hostile, ignore_related, ignore_religion, ignore_silenced); @@ -283,7 +283,7 @@ static std::string _get_speak_string(const std::vector &prefixes, std::string msg; for (int tries = 0; tries < 10; tries++) { - msg = + msg = __get_speak_string(prefixes, key, monster, no_player, no_foe, no_foe_name, no_god); @@ -470,7 +470,7 @@ bool mons_speaks(const monsters *monster) { if (monster->god == GOD_BEOGH) prefixes.push_back("beogh"); - else + else prefixes.push_back("unbeliever"); } else -- cgit v1.2.3-54-g00ecf