(svn r19132) -Codechange: No need to end a line with ;;.
This commit is contained in:
@@ -1615,7 +1615,7 @@ void AllocateToolbar()
|
||||
_last_built_roadtype = ROADTYPE_ROAD;
|
||||
|
||||
if (_game_mode == GM_EDITOR) {
|
||||
new ScenarioEditorToolbarWindow(&_toolb_scen_desc);;
|
||||
new ScenarioEditorToolbarWindow(&_toolb_scen_desc);
|
||||
} else {
|
||||
new MainToolbarWindow(&_toolb_normal_desc);
|
||||
}
|
||||
|
Reference in New Issue
Block a user