Fix bulldozing train stations (#50)

This commit is contained in:
dP
2026-01-02 03:36:16 +05:00
parent e7851d80a5
commit cd177e755e
2 changed files with 5 additions and 1 deletions

View File

@@ -73,6 +73,10 @@ This is usable for any OpenTTD servers
== CHANGELOG ==
*** 15.0 ***
- Fixed bulldozing train stations (#50).
*** 14.1 ***
- Fixed polyrail endpoint update when removing rail.
- Fixed industry blinking rate on minimap.

View File

@@ -63,7 +63,7 @@
/* CM static */ RailType _cur_railtype; ///< Rail type of the current build-rail toolbar.
static bool _remove_button_clicked; ///< Flag whether 'remove' toggle-button is currently enabled
/* CM static */ extern bool _remove_button_clicked; ///< Flag whether 'remove' toggle-button is currently enabled
static bool _cm_invert_remove; ///< Invert remove mode on tools (when fn-clicked)
/* CM static */ DiagDirection _build_depot_direction; ///< Currently selected depot direction
static bool _convert_signal_button; ///< convert signal button in the signal GUI pressed