From 38cb4b1f9f75c3695a14723f129aa795a5d72b4f Mon Sep 17 00:00:00 2001 From: dshaligram Date: Mon, 4 Dec 2006 23:54:14 +0000 Subject: [1603670] Altars and portals can now be found by the stash search. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@569 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 c9cc1f821a..c647910f30 100644 --- a/crawl-ref/source/enum.h +++ b/crawl-ref/source/enum.h @@ -1365,6 +1365,7 @@ enum ghost_value_type GVAL_DEMONLORD_CYCLE_COLOUR // 13 }; +// The order of this enum must match the order of DNGN_ALTAR_FOO. enum god_type { GOD_NO_GOD, // 0 -- must be zero -- cgit v1.2.3-54-g00ecf