From 2c2a0304ec8308f912860f05dc1099b86f71773c Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Fri, 3 Jul 2009 16:18:02 +0000 Subject: * Fix centaur/naga tiles not being displayed correctly in the character selection menu. * Add dolls_data to player_save_info struct, to make it easier to read in per-character doll information once we get around to that. Including the tiledef files in externs.h is probably overkill, though, so we might want to move player_save_info into another header file. * Fix Xom's repel stair effect moving shops. * Fix decks granting permanent summons at low power (and only at low power). * Make default settings of the brand options consistent between init.txt and initfile.cc. * Update FAQ. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10086 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/tiles.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'crawl-ref/source/tiles.h') diff --git a/crawl-ref/source/tiles.h b/crawl-ref/source/tiles.h index f678e3aa50..c7ad19a787 100644 --- a/crawl-ref/source/tiles.h +++ b/crawl-ref/source/tiles.h @@ -23,13 +23,6 @@ enum tag_version TILETAG_CURRENT = 72 }; -struct dolls_data -{ - dolls_data() { memset(parts, 0, sizeof(parts)); } - - int parts[TILEP_PART_MAX]; -}; - struct demon_data { demon_data() { head = body = wings = 0; } -- cgit v1.2.3-54-g00ecf