summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-15 22:40:10 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-15 22:40:10 +0000
commit640681c01424da536a923083e0f39d346e219f44 (patch)
treea7dc8a2200309c8876d2ec915454f7b2ab86a3e5 /crawl-ref/source
parent2feaed672eed57c0680820b77594dbb7001e17f4 (diff)
downloadcrawl-ref-640681c01424da536a923083e0f39d346e219f44.tar.gz
crawl-ref-640681c01424da536a923083e0f39d346e219f44.zip
Add yet another spacing fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5869 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/fight.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index 635bc99fcf..970b2b5fcd 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -3358,7 +3358,7 @@ std::string melee_attack::mons_attack_verb(const mon_attack_def &attk)
"gore"
};
- return attack_types[ attk.type ];
+ return attack_types[attk.type];
}
std::string melee_attack::mons_weapon_desc()