record and replay showing PC info

This commit is contained in:
2024-08-27 20:18:33 -05:00
committed by Celtic Minstrel
parent 9eba2ab4e5
commit e12838a04e
2 changed files with 5 additions and 0 deletions

View File

@@ -465,6 +465,9 @@ static bool give_pc_extra_info(cDialog& me, std::string item_hit, const short pc
}
void give_pc_info(short pc_num) {
if(recording){
record_action("give_pc_info", boost::lexical_cast<std::string>(pc_num));
}
using namespace std::placeholders;
std::string str;