mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-08 15:30:00 +00:00
(svn r21708) -Add: [NewGRF] Report TTDPatch flag 4A (newobjects) as set.
This commit is contained in:
parent
80591d73c1
commit
d9305ef99d
@ -6904,6 +6904,7 @@ static void InitializeGRFSpecial()
|
||||
|
||||
_ttdpatch_flags[2] = (1 << 0x01) // loadallgraphics - obsolote
|
||||
| (1 << 0x03) // semaphores
|
||||
| (1 << 0x0A) // newobjects
|
||||
| (0 << 0x0B) // enhancedgui
|
||||
| (0 << 0x0C) // newagerating
|
||||
| ((_settings_game.construction.build_on_slopes ? 1 : 0) << 0x0D) // buildonslopes
|
||||
|
Loading…
Reference in New Issue
Block a user