summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2019-12-18 00:48:03 +0100
committerCharles Pigott <charlespigott@googlemail.com>2019-12-23 17:23:20 +0000
commite5dd19b0de54fe3500a7ea524bf53a7fec1cdc5a (patch)
tree79d0416c8d8ca16db8849864f674c35382e383bc /src
parentb0d443d5250b15cbdb3be917ab66a44125840b44 (diff)
downloadopenttd-e5dd19b0de54fe3500a7ea524bf53a7fec1cdc5a.tar.xz
Cleanup: Properties 12 and 15 do not exist for road/tramtypes.
Diffstat (limited to 'src')
-rw-r--r--src/newgrf.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/newgrf.cpp b/src/newgrf.cpp
index a6a48b1ca..19086e376 100644
--- a/src/newgrf.cpp
+++ b/src/newgrf.cpp
@@ -4553,8 +4553,6 @@ static ChangeInfoResult RoadTypeReserveInfo(uint id, int numinfo, int prop, Byte
break;
case 0x10: // Road Type flags
- case 0x12: // Station graphic
- case 0x15: // Acceleration model
case 0x16: // Map colour
case 0x1A: // Sort order
buf->ReadByte();