forked from mirror/OpenTTD
(svn r2368) - Fix: Add 'multihead' TTDPatch option to OpenTTD newgrf flags-emulation (DBSETXLW doesn't complain about it anymore)
This commit is contained in:
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 */
|
||||
|
Reference in New Issue
Block a user