Fix: IgnoreRoadStopProperty did not handle properties 0x0E - 0x12, 0x15
This commit is contained in:
@@ -5047,16 +5047,22 @@ static ChangeInfoResult IgnoreRoadStopProperty(uint prop, ByteReader *buf)
|
||||
switch (prop) {
|
||||
case 0x09:
|
||||
case 0x0C:
|
||||
case 0x0F:
|
||||
case 0x11:
|
||||
buf->ReadByte();
|
||||
break;
|
||||
|
||||
case 0x0A:
|
||||
case 0x0B:
|
||||
case 0x0E:
|
||||
case 0x10:
|
||||
case 0x15:
|
||||
buf->ReadWord();
|
||||
break;
|
||||
|
||||
case 0x08:
|
||||
case 0x0D:
|
||||
case 0x12:
|
||||
buf->ReadDWord();
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user