Quick code review to refresh my memory.

This commit is contained in:
Zed A. Shaw 2025-10-09 01:23:01 -04:00
parent ee9f8c7c4b
commit 517de91a5b
8 changed files with 27 additions and 18 deletions

View file

@ -15,7 +15,7 @@ using namespace components;
void WorldBuilder::stylize_rooms() {
auto& tiles = $map.tiles();
auto style_config = settings::get("styles");
auto style_config = settings::get("room_themes");
json& styles = style_config.json();
for(auto& room : $map.rooms()) {