fix: 修复自动战斗关卡名被清空的问题

This commit is contained in:
MistEO
2022-12-26 15:03:24 +08:00
parent ff17ec957a
commit c64c271f03
3 changed files with 1 additions and 2 deletions

View File

@@ -52,7 +52,6 @@ void asst::BattleProcessTask::clear()
{
BattleHelper::clear();
m_combat_data = decltype(m_combat_data)();
m_oper_in_group.clear();
m_in_bullet_time = false;
}