Breaks savefiles.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@683 c06c8d41-db1a-0410-9941-cceddc491573
TCB6NKWD6VFEKM43J3ZIJJPRL7M4PRNWTELT4G2XWI4EMUDZIZLQC
// Note: that runes DIS-SWAMP have the same numberic value as the branch
RUNE_DIS = 1,
RUNE_GEHENNA,
RUNE_COCYTUS = 4,
RUNE_TARTARUS,
RUNE_SLIME_PITS = 13,
RUNE_VAULTS,
RUNE_SNAKE_PIT = 19,
RUNE_ELVEN_HALLS, // unused
RUNE_TOMB,
RUNE_SWAMP,
// Note: that runes DIS-SWAMP have the same numeric value as the branch
RUNE_DIS = BRANCH_DIS,
RUNE_GEHENNA = BRANCH_GEHENNA,
RUNE_COCYTUS = BRANCH_COCYTUS,
RUNE_TARTARUS = BRANCH_TARTARUS,
RUNE_SLIME_PITS = BRANCH_SLIME_PITS,
RUNE_VAULTS = BRANCH_VAULTS,
RUNE_SNAKE_PIT = BRANCH_SNAKE_PIT,
RUNE_ELVEN_HALLS = BRANCH_ELVEN_HALLS, // unused
RUNE_TOMB = BRANCH_TOMB,
RUNE_SWAMP = BRANCH_SWAMP,