From 96c783237f95e5cec20eae826415a5ef39c28eff Mon Sep 17 00:00:00 2001 From: ennewalker Date: Fri, 11 Sep 2009 02:51:00 +0000 Subject: Adding spell images, rltiles build script, and a tileidx_spell function. There are quite a few spells that don't have images (marked as TODO in tileidx_spell) and about three images that are named "unknown" because I can't figure out what they map to. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10651 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/tilereg.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crawl-ref/source/tilereg.cc') diff --git a/crawl-ref/source/tilereg.cc b/crawl-ref/source/tilereg.cc index 51a55d9074..d6ab155493 100644 --- a/crawl-ref/source/tilereg.cc +++ b/crawl-ref/source/tilereg.cc @@ -3842,6 +3842,9 @@ bool ImageManager::load_textures(bool need_mips) if (!m_textures[TEX_PLAYER].load_texture("player.png", mip)) return (false); + if (!m_textures[TEX_GUI].load_texture("gui.png", mip)) + return (false); + m_textures[TEX_DUNGEON].set_info(TILE_DNGN_MAX, &tile_dngn_info); m_textures[TEX_PLAYER].set_info(TILEP_PLAYER_MAX, &tile_player_info); -- cgit v1.2.3-54-g00ecf