mirror of https://github.com/OpenTTD/OpenTTD
Compare commits
2 Commits
317dbce8ed
...
e71e4c3ed8
Author | SHA1 | Date |
---|---|---|
|
e71e4c3ed8 | |
|
e4861f9322 |
|
@ -86,7 +86,7 @@ cat = SC_BASIC
|
||||||
[SDT_VAR]
|
[SDT_VAR]
|
||||||
var = economy.place_houses
|
var = economy.place_houses
|
||||||
type = SLE_UINT8
|
type = SLE_UINT8
|
||||||
flags = SettingFlag::GuiDropdown
|
flags = SettingFlag::GuiDropdown, SettingFlag::Sandbox
|
||||||
def = PH_FORBIDDEN
|
def = PH_FORBIDDEN
|
||||||
min = PH_FORBIDDEN
|
min = PH_FORBIDDEN
|
||||||
max = PH_ALLOWED_CONSTRUCTED
|
max = PH_ALLOWED_CONSTRUCTED
|
||||||
|
|
Loading…
Reference in New Issue