From 748565171812099d39f456326a40e0691c89484c Mon Sep 17 00:00:00 2001 From: dolorous Date: Fri, 2 Jan 2009 22:09:59 +0000 Subject: Add spacing fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8138 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells3.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spells3.cc') diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc index 7d3ff8568d..1ee1097a86 100644 --- a/crawl-ref/source/spells3.cc +++ b/crawl-ref/source/spells3.cc @@ -644,7 +644,7 @@ static bool _animatable_remains(const item_def& item) static void _equip_undead(const coord_def &a, int corps, int monster, int monnum) { - monsters* mon = &menv[monster]; + monsters* mon = &menv[monster]; if (mons_class_itemuse(monnum) < MONUSE_STARTING_EQUIPMENT) return; -- cgit v1.2.3-54-g00ecf