mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-18 01:45:16 +01:00
(svn r2368) - Fix: Add 'multihead' TTDPatch option to OpenTTD newgrf flags-emulation (DBSETXLW doesn't complain about it anymore)
This commit is contained in:
parent
4cd4a2be79
commit
72f673f36d
1
newgrf.c
1
newgrf.c
@ -1971,6 +1971,7 @@ static void InitializeGRFSpecial(void)
|
||||
{
|
||||
/* FIXME: We should rather reflect reality in _ttdpatch_flags[]. */
|
||||
|
||||
_ttdpatch_flags[0] = (1 << 0x1B); /* multihead */
|
||||
_ttdpatch_flags[1] = (1 << 0x08) /* mammothtrains */
|
||||
| (1 << 0x0B) /* subsidiaries */
|
||||
| (1 << 0x14) /* bridgespeedlimits */
|
||||
|
Loading…
Reference in New Issue
Block a user