From 795bc0f140539c77568e5620284604bb7b7c8b3b Mon Sep 17 00:00:00 2001 From: dolorous Date: Sat, 14 Mar 2009 19:54:08 +0000 Subject: Add minor cosmetic fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9479 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells2.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spells2.cc') diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc index 3157dd5289..f866662863 100644 --- a/crawl-ref/source/spells2.cc +++ b/crawl-ref/source/spells2.cc @@ -674,7 +674,7 @@ void drain_life(int pow) int hp_gain = 0; - for (int i = 0; i < MAX_MONSTERS; i++) + for (int i = 0; i < MAX_MONSTERS; ++i) { monsters* monster = &menv[i]; -- cgit v1.2.3-54-g00ecf