mirror of https://github.com/OpenTTD/OpenTTD
Compare commits
3 Commits
f044d3d263
...
06ae06cd12
Author | SHA1 | Date |
---|---|---|
|
06ae06cd12 | |
|
c69fc76395 | |
|
e4861f9322 |
|
@ -184,7 +184,7 @@ public:
|
|||
/**
|
||||
* Bridge offset
|
||||
*/
|
||||
SpriteID bridge_offset;
|
||||
uint8_t bridge_offset;
|
||||
|
||||
/**
|
||||
* Original railtype number to use when drawing non-newgrf railtypes, or when drawing stations.
|
||||
|
|
|
@ -86,7 +86,7 @@ cat = SC_BASIC
|
|||
[SDT_VAR]
|
||||
var = economy.place_houses
|
||||
type = SLE_UINT8
|
||||
flags = SettingFlag::GuiDropdown
|
||||
flags = SettingFlag::GuiDropdown, SettingFlag::Sandbox
|
||||
def = PH_FORBIDDEN
|
||||
min = PH_FORBIDDEN
|
||||
max = PH_ALLOWED_CONSTRUCTED
|
||||
|
|
Loading…
Reference in New Issue