summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-01-02 15:07:54 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-01-02 15:07:54 +0000
commit9548119ecb3949f1df7d8bb39372e9fd5b656690 (patch)
treedb7a47ba253a78e88f1251407e22af430cf7f524 /crawl-ref/source/externs.h
parent98450ce0f336e8ab7af37f44080ec1a98f1d0fb6 (diff)
downloadcrawl-ref-9548119ecb3949f1df7d8bb39372e9fd5b656690.tar.gz
crawl-ref-9548119ecb3949f1df7d8bb39372e9fd5b656690.zip
Blinking/teleporting monsters should not be able to land on the player's position.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@768 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index 871605da97..5d91734a35 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -290,9 +290,8 @@ struct item_def
item_def() : base_type(OBJ_UNASSIGNED), sub_type(0), plus(0), plus2(0),
special(0L), colour(0), flags(0L), quantity(0),
x(0), y(0), link(NON_ITEM), slot(0), orig_place(0),
- orig_monnum(0)
+ orig_monnum(0), inscription()
{
- inscription.clear();
}
void clear()