(svn r22436) -Fix (r18969): Apply railtype property 12 (station graphics) also to station groundsprites from action 1.
This commit is contained in:
@@ -3279,7 +3279,7 @@ static ChangeInfoResult RailTypeChangeInfo(uint id, int numinfo, int prop, ByteR
|
||||
break;
|
||||
|
||||
case 0x12: // Station graphic
|
||||
rti->total_offset = Clamp(buf->ReadByte(), 0, 2) * 82;
|
||||
rti->fallback_railtype = Clamp(buf->ReadByte(), 0, 2);
|
||||
break;
|
||||
|
||||
case 0x13: // Construction cost factor
|
||||
|
Reference in New Issue
Block a user