Changeset - r1862:4487c19c6db3
[Not reviewed]
master
0 1 0
Darkvater - 19 years ago 2005-05-27 13:41:03
darkvater@openttd.org
(svn r2368) - Fix: Add 'multihead' TTDPatch option to OpenTTD newgrf flags-emulation (DBSETXLW doesn't complain about it anymore)
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
newgrf.c
Show inline comments
 
@@ -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 */
0 comments (0 inline, 0 general)