OK, I'm getting desperate. I added a new class to my variant and now the player tile is a black square when using old tiles. I'm trying really hard to locate the code that actually determines what tile to use for the player.
I managed to find the code that actually draws the stuff (Term_pict_win in main-win.c) but I can't find where this stuff might be set for the player. The tile used varies with player class, player race, and player level (I think) so it is not hard coded the way it is for monsters.
Any pointers would be really appreciated! Thanks
I managed to find the code that actually draws the stuff (Term_pict_win in main-win.c) but I can't find where this stuff might be set for the player. The tile used varies with player class, player race, and player level (I think) so it is not hard coded the way it is for monsters.
Any pointers would be really appreciated! Thanks
Comment