Update LogicHandler.cpp

This commit is contained in:
Sezz 2025-02-06 18:47:33 +11:00
parent acb1bb1518
commit 5500b13659

View file

@ -115,7 +115,7 @@ static const auto LEVEL_END_REASONS = std::unordered_map<std::string, LevelEndRe
// COMPATIBILITY
{ "LEVELCOMPLETE", LevelEndReason::LevelComplete },
{ "LOADGAME", LevelEndReason::LoadGame },
{ "LEVELCOMPLETE", LevelEndReason::ExitToTitle }
{ "EXITTOTITLE", LevelEndReason::ExitToTitle }
};
static constexpr char const* strKey = "__internal_name";