mirror of https://github.com/OpenTTD/OpenTTD
parent
687829fa14
commit
7fbfaa1b54
|
@ -258,7 +258,7 @@ BEGIN {
|
|||
}
|
||||
|
||||
# Add a const (non-enum) value
|
||||
/^[ ]*static const \w+ \w+ = [^;]+;/ {
|
||||
/^[ ]*static const(expr)? \w+ \w+ = [^;]+;/ {
|
||||
if (api_selected == "") api_selected = cls_in_api
|
||||
if (api_selected == "false") {
|
||||
api_selected = ""
|
||||
|
|
Loading…
Reference in New Issue