diff options
author | frosch <frosch@openttd.org> | 2019-12-18 00:48:03 +0100 |
---|---|---|
committer | Charles Pigott <charlespigott@googlemail.com> | 2019-12-23 17:23:20 +0000 |
commit | e5dd19b0de54fe3500a7ea524bf53a7fec1cdc5a (patch) | |
tree | 79d0416c8d8ca16db8849864f674c35382e383bc /src | |
parent | b0d443d5250b15cbdb3be917ab66a44125840b44 (diff) | |
download | openttd-e5dd19b0de54fe3500a7ea524bf53a7fec1cdc5a.tar.xz |
Cleanup: Properties 12 and 15 do not exist for road/tramtypes.
Diffstat (limited to 'src')
-rw-r--r-- | src/newgrf.cpp | 2 |
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(); |