summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index 420e5d2fef..c479855a49 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -462,10 +462,8 @@ public:
unsigned long ignore_flags = 0x0) const;
bool has_spells() const;
bool cursed() const;
- int book_number() const;
- int zap() const; // what kind of beam it shoots (if wand).
- // XXX should really return zap_type!
-
+ int book_number() const;
+ zap_type zap() const; // what kind of beam it shoots (if wand).
// Returns index in mitm array. Results are undefined if this item is
// not in the array!