1
0
Fork 0

Compare commits

...

3 Commits

Author SHA1 Message Date
Tyler Trahan 06ae06cd12
Merge e4861f9322 into c69fc76395 2025-07-21 20:00:16 +00:00
Peter Nelson c69fc76395
Codefix: Rail type bridge offset is not a SpriteID. (#14471) 2025-07-21 20:00:04 +00:00
Tyler Trahan e4861f9322 Fix b2f5a49: Add "place houses" setting to Sandbox Options 2025-02-10 07:48:12 -05:00
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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