mirror of https://github.com/OpenTTD/OpenTTD
(svn r3152) - NewGRF: [ 1340189 ] Action 7/9 new value : is it TTDPatch or OpenTTD? (belugas)
parent
f816b74536
commit
7304bbe500
3
newgrf.c
3
newgrf.c
|
@ -1970,6 +1970,9 @@ static void SkipIf(byte *buf, int len)
|
||||||
case 0x8E:
|
case 0x8E:
|
||||||
param_val = _traininfo_vehicle_pitch;
|
param_val = _traininfo_vehicle_pitch;
|
||||||
break;
|
break;
|
||||||
|
case 0x9D: /* TTD Platform, 00=TTDPatch, 01=OpenTTD */
|
||||||
|
param_val = 1;
|
||||||
|
break;
|
||||||
/* TODO */
|
/* TODO */
|
||||||
case 0x8F: /* Track type cost multipliers */
|
case 0x8F: /* Track type cost multipliers */
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in New Issue