From 9548119ecb3949f1df7d8bb39372e9fd5b656690 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Tue, 2 Jan 2007 15:07:54 +0000 Subject: 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 --- crawl-ref/source/externs.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crawl-ref/source/externs.h') 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() -- cgit v1.2.3-54-g00ecf