From a6cc69a168056e0f11ac171b35d52d31f3aca8bb Mon Sep 17 00:00:00 2001 From: zelgadis Date: Thu, 25 Jun 2009 18:14:33 +0000 Subject: Remove "#define SPWPN_FOOBAR UNRAND_FOOBAR" backwards compatibility for fixed-art brand_type enumerations. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10041 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/artefact.h | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'crawl-ref/source/artefact.h') diff --git a/crawl-ref/source/artefact.h b/crawl-ref/source/artefact.h index d3b195c2b1..5379e66a00 100644 --- a/crawl-ref/source/artefact.h +++ b/crawl-ref/source/artefact.h @@ -20,24 +20,6 @@ // Reserving the upper bits for later expansion/versioning. #define RANDART_SEED_MASK 0x00ffffff -#define SPWPN_SINGING_SWORD UNRAND_SINGING_SWORD -#define SPWPN_WRATH_OF_TROG UNRAND_TROG -#define SPWPN_SCYTHE_OF_CURSES UNRAND_CURSES -#define SPWPN_MACE_OF_VARIABILITY UNRAND_VARIABILITY -#define SPWPN_GLAIVE_OF_PRUNE UNRAND_PRUNE -#define SPWPN_SCEPTRE_OF_TORMENT UNRAND_TORMENT -#define SPWPN_SWORD_OF_ZONGULDROK UNRAND_ZONGULDROK -#define SPWPN_SWORD_OF_POWER UNRAND_POWER -#define SPWPN_STAFF_OF_OLGREB UNRAND_OLGREB -#define SPWPN_VAMPIRES_TOOTH UNRAND_VAMPIRES_TOOTH -#define SPWPN_STAFF_OF_WUCAD_MU UNRAND_WUCAD_MU -#define SPWPN_SWORD_OF_CEREBOV UNRAND_CEREBOV -#define SPWPN_STAFF_OF_DISPATER UNRAND_DISPATER -#define SPWPN_SCEPTRE_OF_ASMODEUS UNRAND_ASMODEUS - -#define SPWPN_START_NOGEN_FIXEDARTS UNRAND_CEREBOV -#define SPWPN_END_FIXEDARTS UNRAND_ASMODEUS - enum unrand_special_type { UNRANDSPEC_EITHER, -- cgit v1.2.3-54-g00ecf