From 2feaed672eed57c0680820b77594dbb7001e17f4 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 15 Jun 2008 22:22:54 +0000 Subject: Add more spacing fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5868 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/fight.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/fight.cc') diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc index 632dc9329c..635bc99fcf 100644 --- a/crawl-ref/source/fight.cc +++ b/crawl-ref/source/fight.cc @@ -3448,7 +3448,7 @@ void melee_attack::check_defender_train_armour() void melee_attack::mons_set_weapon(const mon_attack_def &attk) { - weapon = attk.type == AT_HIT? attacker->weapon(attack_number) : NULL; + weapon = (attk.type == AT_HIT) ? attacker->weapon(attack_number) : NULL; damage_brand = attacker->damage_brand(attack_number); } -- cgit v1.2.3-54-g00ecf