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

@@ -32,7 +32,6 @@ bool asst::BattleHelper::set_stage_name(const std::string& name)
void asst::BattleHelper::clear()
{
m_stage_name.clear();
m_side_tile_info.clear();
m_normal_tile_info.clear();
m_skill_usage.clear();