summaryrefslogtreecommitdiff
path: root/newgrf.c
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2005-11-07 14:34:23 +0000
committerpeter1138 <peter1138@openttd.org>2005-11-07 14:34:23 +0000
commit760830da4e8cfff24291c5dcba7910cdad250264 (patch)
treec5d6b6aee5404dcb39510b1cee5a781ae13b0187 /newgrf.c
parent5f281a25f266084b10296a176841d8000453eb8c (diff)
downloadopenttd-760830da4e8cfff24291c5dcba7910cdad250264.tar.xz
(svn r3152) - NewGRF: [ 1340189 ] Action 7/9 new value : is it TTDPatch or OpenTTD? (belugas)
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: