summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/debug.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-13 14:51:59 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-13 14:51:59 +0000
commit1a948e502af725e1e44f2f6e2431c68a6ac0f266 (patch)
treec4a33d49887ae120fd6e6d637950577d608ff389 /crawl-ref/source/debug.cc
parent19e10cc15f7d62447d37ef2d289b5674637b0ec7 (diff)
downloadcrawl-ref-1a948e502af725e1e44f2f6e2431c68a6ac0f266.tar.gz
crawl-ref-1a948e502af725e1e44f2f6e2431c68a6ac0f266.zip
Fix warning.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5779 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/debug.cc')
-rw-r--r--crawl-ref/source/debug.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/debug.cc b/crawl-ref/source/debug.cc
index c7de4261f4..f5fa57e322 100644
--- a/crawl-ref/source/debug.cc
+++ b/crawl-ref/source/debug.cc
@@ -333,7 +333,7 @@ void wizard_change_species( void )
case SP_DEMONSPAWN:
{
- int powers;
+ int powers = 0;
if (you.experience_level < 4)
powers = 0;