Rename a function

This commit is contained in:
2018-02-17 18:45:45 -05:00
parent 1d5e0c2e1e
commit e9490ac9d1
3 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ void do_sell(short which);
void dump_gold(short print_mes);
void pick_lock(location where,short pc_num);
void bash_door(location where,short pc_num);
void erase_specials();
void erase_town_specials();
void erase_hidden_towns(cOutdoors& sector, int quadrant_x, int quadrant_y);
void erase_completed_specials(cOutdoors& sector);
void erase_out_specials();