make switching outdoor sections DRY

This commit is contained in:
2025-01-21 14:35:31 -06:00
parent 611d00ff63
commit 7b92779e13
5 changed files with 13 additions and 17 deletions

View File

@@ -23,3 +23,4 @@ void edit_placed_item(short which_i);
void delete_last_town();
void edit_town_wand();
void set_current_town(int to);
void set_current_out(location out_sec);