summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/misc.cc')
-rw-r--r--crawl-ref/source/misc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/misc.cc b/crawl-ref/source/misc.cc
index b411f205c7..2bd6b519e4 100644
--- a/crawl-ref/source/misc.cc
+++ b/crawl-ref/source/misc.cc
@@ -140,7 +140,7 @@ void turn_corpse_into_skeleton(item_def &corpse, int time)
ASSERT(corpse.base_type == OBJ_CORPSES && corpse.sub_type == CORPSE_BODY);
// Some monsters' corpses lack the structure to leave skeletons behind.
- if (!mons_skeleton( corpse.plus ))
+ if (!mons_skeleton(corpse.plus))
return;
// While it is possible to distinguish draconian corpses by colour, their