fix another 0

This commit is contained in:
2024-08-24 18:51:19 -05:00
committed by Celtic Minstrel
parent b653e0d525
commit 22bb12a6a9

View File

@@ -374,7 +374,7 @@ static void replay_next_action() {
sstr.str(info["force_spell"]);
sstr >> force_spell;
display_spells(mode, force_spell, 0);
display_spells(mode, force_spell, nullptr);
}else if(t == "display_skills"){
std::istringstream sstr(next_action.GetText());
sstr >> enum_v;