From 366c06789dcef1a3ae32f37fb9adcb1ca1a08ee4 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Mon, 14 Apr 2008 16:44:22 +0000 Subject: Fix compile (oops) and numerous whitespace changes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4229 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/player.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/player.cc') diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc index 044e59ee2d..cfcd8087a1 100644 --- a/crawl-ref/source/player.cc +++ b/crawl-ref/source/player.cc @@ -1242,7 +1242,7 @@ int player_res_fire(bool calc_unid, bool temp) rf += scan_randarts(RAP_FIRE, calc_unid); // species: - if (you.species == SP_MUMMY + if (you.species == SP_MUMMY) rf--; // mutations: -- cgit v1.2.3-54-g00ecf