mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
Update LogicHandler.cpp
This commit is contained in:
parent
acb1bb1518
commit
5500b13659
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue