Skip to content

Commit

Permalink
remove counter overlapping radio controls in radio tower
Browse files Browse the repository at this point in the history
  • Loading branch information
sparr committed Mar 17, 2015
1 parent 6ce82af commit b53d672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mapgen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5676,7 +5676,7 @@ ff.......|....|WWWWWWWW|\n\
ter_set(cw, bw + 5, t_window);
ter_set(cw + 1, bw + 5, t_window);
ter_set(rng(rw + 2, rw + 8), bw + 5, t_door_c);
ter_set(rng(rw + 2, rw + 8), bw + 1, t_radio_controls);
set(rng(rw + 2, rw + 8), bw + 1, t_radio_controls, f_null);
place_items("radio", 60, rw + 1, bw + 2, rw + 10, bw + 4, true, 0);
} else { // No control room... simple controls near the tower
ter_set(rng(lw, lw + 3), tw + 4, t_radio_controls);
Expand Down

0 comments on commit b53d672

Please sign in to comment.