mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-26 00:45:35 +00:00
Feature: Add default road and tram selection (#15585)
- Merged with the existing default rail type selection
This commit is contained in:
@@ -2618,10 +2618,6 @@ static WindowDesc _toolb_scen_desc(
|
||||
/** Allocate the toolbar. */
|
||||
void AllocateToolbar()
|
||||
{
|
||||
/* Clean old GUI values; railtype is (re)set by rail_gui.cpp */
|
||||
_last_built_roadtype = ROADTYPE_ROAD;
|
||||
_last_built_tramtype = ROADTYPE_TRAM;
|
||||
|
||||
if (_game_mode == GameMode::Editor) {
|
||||
new ScenarioEditorToolbarWindow(_toolb_scen_desc);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user