summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-02 22:09:59 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-02 22:09:59 +0000
commit748565171812099d39f456326a40e0691c89484c (patch)
tree038b79c744f5a578d62ec795235eeb59c137418d /crawl-ref/source/spells3.cc
parent4aacb73d9ee9b7d89136927afcf9eccd7d0a1d73 (diff)
downloadcrawl-ref-748565171812099d39f456326a40e0691c89484c.tar.gz
crawl-ref-748565171812099d39f456326a40e0691c89484c.zip
Add spacing fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8138 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells3.cc')
-rw-r--r--crawl-ref/source/spells3.cc2
1 files changed, 1 insertions, 1 deletions
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;