summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapdef.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-28 21:28:30 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-28 21:28:30 +0000
commitc8e9d5bb28e0c9d478d97b329ad504958a9ccc84 (patch)
treed7296657c9265c98c64218177111dc451a1cb738 /crawl-ref/source/mapdef.h
parenteaa40e693172a27b4c2ed1e8d8f09b923beb13d2 (diff)
downloadcrawl-ref-c8e9d5bb28e0c9d478d97b329ad504958a9ccc84.tar.gz
crawl-ref-c8e9d5bb28e0c9d478d97b329ad504958a9ccc84.zip
Fix all manuals generated by vaults becoming manuals of Fighting (dpeg).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7678 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mapdef.h')
-rw-r--r--crawl-ref/source/mapdef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mapdef.h b/crawl-ref/source/mapdef.h
index 44d067fe8e..25c13cffc8 100644
--- a/crawl-ref/source/mapdef.h
+++ b/crawl-ref/source/mapdef.h
@@ -367,7 +367,7 @@ struct item_spec
level_id place;
item_spec() : genweight(10), base_type(OBJ_RANDOM), sub_type(OBJ_RANDOM),
- plus(0), plus2(0), ego(0), allow_uniques(1), level(-1),
+ plus(-1), plus2(-1), ego(0), allow_uniques(1), level(-1),
race(MAKE_ITEM_RANDOM_RACE), qty(0)
{
}