Skip to content

Commit

Permalink
Fix underground starter scenario town terrain
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios authored and CelticMinstrel committed Feb 3, 2023
1 parent cf28d61 commit 1bc7524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scenedit/scen.core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3079,7 +3079,7 @@ bool build_scenario() {
cur_out.x = 0;
cur_out.y = 0;
current_terrain = scenario.outdoors[0][0];
current_terrain->terrain[24][24] = grass ? 234 : 232;
current_terrain->terrain[24][24] = grass ? 234 : 247;
current_terrain->terrain[23][23] = grass ? 121 : 106;
current_terrain->city_locs.push_back({24, 24, 0});

Expand Down

0 comments on commit 1bc7524

Please sign in to comment.