record and replay closing the map

This commit is contained in:
2024-09-04 20:28:03 -05:00
committed by Celtic Minstrel
parent e7a56f08a2
commit 4e37a0c796
4 changed files with 19 additions and 10 deletions

View File

@@ -96,5 +96,6 @@ void handle_begin_talk(bool& need_reprint);
void handle_talk(location destination, bool& did_something, bool& need_redraw, bool& need_reprint);
void give_help_and_record(short help1, short help2);
void show_item_info(short item_hit);
void close_map(bool record = false);
#endif