summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/rltiles
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-10-04 19:02:50 +0200
committerAdam Borowski <kilobyte@angband.pl>2009-10-05 22:02:26 +0200
commit8183af49f3f55ab06b0a587bc302214b8fd51970 (patch)
treee4ca3b1b8e7025fe51b2338f9f5da0f4a2bafcb6 /crawl-ref/source/rltiles
parent68ab4cfd2992a2cf0c316fd6be6755c71cd8019e (diff)
downloadcrawl-ref-8183af49f3f55ab06b0a587bc302214b8fd51970.tar.gz
crawl-ref-8183af49f3f55ab06b0a587bc302214b8fd51970.zip
autogenerated art data needed by the Windows build
Diffstat (limited to 'crawl-ref/source/rltiles')
-rw-r--r--crawl-ref/source/rltiles/dc-unrand.txt1
-rw-r--r--crawl-ref/source/rltiles/tiledef-unrand.cc2
2 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/rltiles/dc-unrand.txt b/crawl-ref/source/rltiles/dc-unrand.txt
index 3910548c15..6bb710e9f7 100644
--- a/crawl-ref/source/rltiles/dc-unrand.txt
+++ b/crawl-ref/source/rltiles/dc-unrand.txt
@@ -8,6 +8,7 @@ urand_augmentation UNRAND_AUGMENTATION
urand_thief UNRAND_THIEF
urand_bullseye UNRAND_BULLSEYE
urand_dyrovepreva UNRAND_DYROVEPREVA
+urand_bear UNRAND_BEAR_SPIRIT
urand_misfortune UNRAND_MISFORTUNE
urand_flash UNRAND_FLASH
urand_assassin UNRAND_BOOTS_ASSASSIN
diff --git a/crawl-ref/source/rltiles/tiledef-unrand.cc b/crawl-ref/source/rltiles/tiledef-unrand.cc
index f304c803dd..90d988e582 100644
--- a/crawl-ref/source/rltiles/tiledef-unrand.cc
+++ b/crawl-ref/source/rltiles/tiledef-unrand.cc
@@ -62,6 +62,7 @@ int unrandart_to_tile(int unrand)
case UNRAND_THIEF: return TILE_UNRAND_THIEF;
case UNRAND_BULLSEYE: return TILE_UNRAND_BULLSEYE;
case UNRAND_DYROVEPREVA: return TILE_UNRAND_DYROVEPREVA;
+ case UNRAND_BEAR_SPIRIT: return TILE_UNRAND_BEAR_SPIRIT;
case UNRAND_MISFORTUNE: return TILE_UNRAND_MISFORTUNE;
case UNRAND_FLASH: return TILE_UNRAND_FLASH;
case UNRAND_BOOTS_ASSASSIN: return TILE_UNRAND_BOOTS_ASSASSIN;
@@ -166,6 +167,7 @@ int unrandart_to_doll_tile(int unrand)
case UNRAND_RESISTANCE: return TILEP_HAND2_SHIELD_OF_RESISTANCE;
// HELM
case UNRAND_DYROVEPREVA: return TILEP_HELM_DYROVEPREVA;
+ case UNRAND_BEAR_SPIRIT: return TILEP_HELM_BEAR;
case UNRAND_DRAGONMASK: return TILEP_HELM_ART_DRAGONHELM;
case UNRAND_ALCHEMIST: return TILEP_HELM_TURBAN_PURPLE;
default: return -1;