From 807feb82ade2f6ad782bb6e81c30abfcc0741544 Mon Sep 17 00:00:00 2001 From: haranp Date: Thu, 11 Oct 2007 19:51:55 +0000 Subject: Fix for 1805138: wands of draining no longer leak information when the bolt misses. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2442 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/beam.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/beam.h') diff --git a/crawl-ref/source/beam.h b/crawl-ref/source/beam.h index 1e24915025..4c61cb5b88 100644 --- a/crawl-ref/source/beam.h +++ b/crawl-ref/source/beam.h @@ -47,6 +47,7 @@ enum zap_symbol_type SYM_EXPLOSION = '#' }; +// must match wand subtypes! (see item_def::zap()) enum zap_type { ZAP_FLAME, // 0 -- cgit v1.2.3-54-g00ecf