Refactored erase_out_specials();

This commit is contained in:
Mark Clark
2018-02-17 17:10:34 -05:00
parent 05b6a9689f
commit a2dc641f31
6 changed files with 82 additions and 47 deletions

View File

@@ -103,6 +103,8 @@ public:
ter_num_t get_ground_from_ter(ter_num_t ter);
ter_num_t get_ter_from_ground(unsigned short ground);
ter_num_t get_trim_terrain(unsigned short ground, unsigned short trim_g, eTrimType trim);
cOutdoors& get_sector(int x, int y);
bool is_town_entrance_valid(spec_loc_t loc) const;
bool is_ter_used(ter_num_t ter);
bool is_monst_used(mon_num_t monst);