(svn r2368) - Fix: Add 'multihead' TTDPatch option to OpenTTD newgrf flags-emulation (DBSETXLW doesn't complain about it anymore)

pull/155/head
Darkvater 19 years ago
parent a0372e1888
commit aa2f0c1429

@ -1971,6 +1971,7 @@ static void InitializeGRFSpecial(void)
{ {
/* FIXME: We should rather reflect reality in _ttdpatch_flags[]. */ /* FIXME: We should rather reflect reality in _ttdpatch_flags[]. */
_ttdpatch_flags[0] = (1 << 0x1B); /* multihead */
_ttdpatch_flags[1] = (1 << 0x08) /* mammothtrains */ _ttdpatch_flags[1] = (1 << 0x08) /* mammothtrains */
| (1 << 0x0B) /* subsidiaries */ | (1 << 0x0B) /* subsidiaries */
| (1 << 0x14) /* bridgespeedlimits */ | (1 << 0x14) /* bridgespeedlimits */

Loading…
Cancel
Save