From 74ecb4ad57ac84d6e8471a6d6aa2ac1030ef0dcb Mon Sep 17 00:00:00 2001 From: dshaligram Date: Tue, 25 Nov 2008 16:03:36 +0000 Subject: Ditch baroque dgnevent veto mechanism in favour of marker-property-based veto, which is trivial to extend. Also fix turn loss when trying to use a toll portal without enough gold. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7611 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/dgnevent.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'crawl-ref/source/dgnevent.h') diff --git a/crawl-ref/source/dgnevent.h b/crawl-ref/source/dgnevent.h index 75a0174c06..cff604d2c1 100644 --- a/crawl-ref/source/dgnevent.h +++ b/crawl-ref/source/dgnevent.h @@ -29,10 +29,7 @@ enum dgn_event_type DET_MONSTER_DIED = 0x0100, DET_ITEM_PICKUP = 0x0200, DET_ITEM_MOVED = 0x0400, - DET_FEAT_CHANGE = 0x0800, - - // Vetoable events, usually fired before the corresponding (real) event. - DETV_LEAVE_LEVEL = 0x1000 + DET_FEAT_CHANGE = 0x0800 }; class dgn_event -- cgit v1.2.3-54-g00ecf