record and replay toggling debug mode

This commit is contained in:
2024-08-27 15:23:19 -05:00
committed by Celtic Minstrel
parent 482b35d121
commit 9166e5b0e1
3 changed files with 18 additions and 8 deletions

View File

@@ -479,6 +479,8 @@ static void replay_next_action() {
short help1 = boost::lexical_cast<short>(info["help1"]);
short help2 = boost::lexical_cast<short>(info["help2"]);
give_help(help1, help2);
}else if(t == "toggle_debug_mode"){
toggle_debug_mode();
}
// TODO some of these actions shouldn't call advance_time(). They should return