summaryrefslogtreecommitdiff
path: root/newgrf.c
diff options
context:
space:
mode:
Diffstat (limited to 'newgrf.c')
-rw-r--r--newgrf.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/newgrf.c b/newgrf.c
index 078ece720..11c0b0748 100644
--- a/newgrf.c
+++ b/newgrf.c
@@ -1970,6 +1970,9 @@ static void SkipIf(byte *buf, int len)
case 0x8E:
param_val = _traininfo_vehicle_pitch;
break;
+ case 0x9D: /* TTD Platform, 00=TTDPatch, 01=OpenTTD */
+ param_val = 1;
+ break;
/* TODO */
case 0x8F: /* Track type cost multipliers */
default: