summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapdef.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-29 16:37:55 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-29 16:37:55 +0000
commit516bb94c3c609ef0eaa4adebeb68b64b568f2219 (patch)
treeb6c52753fef70ff0f8e1ba6cb981429222367425 /crawl-ref/source/mapdef.h
parent2931994db5281c12610cf08647175863622f5f78 (diff)
downloadcrawl-ref-516bb94c3c609ef0eaa4adebeb68b64b568f2219.tar.gz
crawl-ref-516bb94c3c609ef0eaa4adebeb68b64b568f2219.zip
Better handling for mimics in .des files, fixed guardian naga minivault.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1396 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mapdef.h')
-rw-r--r--crawl-ref/source/mapdef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mapdef.h b/crawl-ref/source/mapdef.h
index 20940a0c77..ffb5cef40e 100644
--- a/crawl-ref/source/mapdef.h
+++ b/crawl-ref/source/mapdef.h
@@ -205,6 +205,7 @@ private:
mons_spec_slot parse_mons_spec(std::string spec);
mons_spec pick_monster(mons_spec_slot &slot);
int fix_demon(int id) const;
+ bool check_mimic(const std::string &s, int *mid, bool *fix) const;
private:
std::vector< mons_spec_slot > mons;