From a59025b069d3d08cfa7c5ccd21d3b0ae116da71c Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Mon, 18 Feb 2008 15:51:08 +0000 Subject: First batch of Paul's patches: 1896018: cycle ammo with '(' 1895278: no (v)iewing of unreadable books 1895075: cancel Ely's abilities without cost Fix 1894920: fix overly long dungeon overview Also fix 1884145: weapon swap ignoring {!w} git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3441 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/enum.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/enum.h') diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h index 7eb992672c..cc598900ab 100644 --- a/crawl-ref/source/enum.h +++ b/crawl-ref/source/enum.h @@ -446,6 +446,7 @@ enum command_type CMD_REMOVE_ARMOUR, CMD_WEAR_JEWELLERY, CMD_REMOVE_JEWELLERY, + CMD_CYCLE_QUIVER_FORWARD, CMD_LIST_WEAPONS, CMD_LIST_ARMOUR, CMD_LIST_JEWELLERY, -- cgit v1.2.3-54-g00ecf