summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-16 17:26:36 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-16 17:26:36 +0000
commit678e0a6c132e04803d98aed21c28a284568e9dda (patch)
tree0cd161b384437ee128e9181071f99f51f8a95713 /crawl-ref/source/acr.cc
parent141a6b8304cb7a55cad08cd1de379e43ca83b38b (diff)
downloadcrawl-ref-678e0a6c132e04803d98aed21c28a284568e9dda.tar.gz
crawl-ref-678e0a6c132e04803d98aed21c28a284568e9dda.zip
Reintroduce a *very* basic version of the player doll.
Crawl can now read in dolls.txt again but there's no in-game editor or anything. What you can do is take your old dolls.txt file (if you still have it) and modify the numbers until you get something you like. Alternatively, you could create the doll settings using 0.4.5 (though the order of weapons has changed, so they'll still look a bit different). Yeah, I know it's a bit of a hassle but for those who absolutely *need* their avatar to be properly dressed it is an improvement. :) Hint: The 5th column is for legs, i.e. trousers. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9986 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index f7364fa457..853c16a791 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -3435,6 +3435,8 @@ static bool _initialise(void)
if (Options.tile_menu_icons && Options.show_inventory_weights)
Options.show_inventory_weights = false;
+ init_player_doll();
+
tiles.resize();
#endif