make map behavior all the same

This commit is contained in:
2024-08-24 18:40:55 -05:00
committed by Celtic Minstrel
parent 97691b8797
commit b653e0d525
5 changed files with 15 additions and 22 deletions

View File

@@ -58,6 +58,5 @@ void handle_give_item(short item_hit, bool& did_something, bool& need_redraw);
void show_dialog_action(std::string xml_file);
void handle_new_pc_graphic();
void handle_rename_pc();
void handle_menu_automap();
#endif