From 1de3f0a488030ac3c1508b840ee55756fa13b84f Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Thu, 24 Sep 2009 11:41:35 -0500 Subject: Simplify. --- crawl-ref/source/mon-util.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/mon-util.cc') diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc index ae70c01d18..2606cb7190 100644 --- a/crawl-ref/source/mon-util.cc +++ b/crawl-ref/source/mon-util.cc @@ -286,7 +286,7 @@ mon_resist_def get_mons_resists(const monsters *mon) { mon_resist_def resists; if (mons_is_ghost_demon(mon->type)) - resists = (mon->ghost->resists); + resists = mon->ghost->resists; else resists = mon_resist_def(); -- cgit v1.2.3-54-g00ecf