renamed default_map to DEFAULT_MAP

This commit is contained in:
2024-07-20 22:04:39 -04:00
parent 842a171016
commit 25477c2cf8
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ void game::new_level() {
levels.push_back(std::make_unique<level>(player.get(),
rng, enabled_features));
else
levels.push_back(std::make_unique<level>(default_map, player.get(),
levels.push_back(std::make_unique<level>(DEFAULT_MAP, player.get(),
rng, enabled_features));
}

View File

@ -111,7 +111,7 @@ private:
room get_room(std::size_t idx) const;
};
const std::string default_map =
const std::string DEFAULT_MAP =
"|-----------------------------------------------------------------------------|\
| |\
| |--------------------------| |-----------------------| |\