Files @ r22893:90448b6694c1
Branch filter:

Location: cpp/openttd-patchpack/source/.editorconfig

Alexis
Fix #6659: Bus stations can be demolished when not in demolish mode (#6815)

For Bus and Road stations only, if you are in demolish mode and click on the station
without releasing the button. Then you cancel demolish mode with R key.
Finally you release the mouse button. The station was demolished, instead of being built.

The demolish mode was not checked when mouse up event occured.
1
2
3
4
5
6
7
8
9
root = true

[*]
insert_final_newline = true
trim_trailing_whitespace = true

[*.{c,cpp,h,hpp}]
indent_style = tab
charset = utf-8