Restore the use of a separate class for town preset creatures

This commit is contained in:
2015-01-22 22:26:43 -05:00
parent ac4441f33e
commit df6222abda
16 changed files with 48 additions and 55 deletions

View File

@@ -98,7 +98,7 @@ short town_buttons[6][10] = {
{50,51,52,53,54,55,56,57,-1,69},
};
cCreature last_placed_monst;
cTownperson last_placed_monst;
rectangle working_rect;
location last_space_hit;