Fix road build toolbar in scenario editor

pull/562/head
Jonathan G Rennison 12 months ago
parent 7202a4e0a6
commit 53ff710364

@ -849,7 +849,7 @@ struct BuildRoadToolbarWindow : Window {
void OnRealtimeTick(uint delta_ms) override
{
if (this->IsWidgetLowered(WID_ROT_BUILD_WAYPOINT)) CheckRedrawWaypointCoverage(this, true);
if (_game_mode == GM_NORMAL && this->IsWidgetLowered(WID_ROT_BUILD_WAYPOINT)) CheckRedrawWaypointCoverage(this, true);
}
static HotkeyList road_hotkeys;

Loading…
Cancel
Save