Rename 'freemissions' back to 'free'

pyro-refactor
Fiftytwo 2020-07-17 19:33:53 +02:00
parent b72bedaf60
commit 95cab790c1
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
// TODO: I'm not sure about "challenges" + "custom". It may be messing things up already right now. // TODO: I'm not sure about "challenges" + "custom". It may be messing things up already right now.
const std::map<LevelCategory, std::string> CATEGORY_DIR_MAP = { const std::map<LevelCategory, std::string> CATEGORY_DIR_MAP = {
{ LevelCategory::Missions, "missions" }, { LevelCategory::Missions, "missions" },
{ LevelCategory::FreeGame, "freemissions" }, { LevelCategory::FreeGame, "free" },
{ LevelCategory::Exercises, "exercises" }, { LevelCategory::Exercises, "exercises" },
{ LevelCategory::Challenges, "challenges" }, { LevelCategory::Challenges, "challenges" },
{ LevelCategory::CodeBattles, "battles" }, { LevelCategory::CodeBattles, "battles" },