Fix underground starter scenario town terrain

This commit is contained in:
2023-02-02 18:53:27 -07:00
committed by Celtic Minstrel
parent cf28d61035
commit 1bc7524ec2

View File

@@ -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});