forked from mirror/OpenTTD
(svn r294) -Fix: autorail always builds rail, instead of occasional rail removal (on pressing hotkey after pressing 'bulldozer')
-Fix: network fixes (Tron) -Some textfile changes, mainly URL's
This commit is contained in:
@@ -810,6 +810,7 @@ void ShowBuildRailToolbar(int index, int button)
|
||||
w = AllocateWindowDesc(_build_rr_desc[index]);
|
||||
}
|
||||
|
||||
_remove_button_clicked = false;
|
||||
if (w != NULL && button >= 0) _build_railroad_button_proc[button](w);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user