(svn r19065) -Fix [FS#3605]: Station offset multiplier was wrong.

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
peter1138 15 years ago
parent 52312ea17f
commit bf862877a4

@ -2567,7 +2567,7 @@ static ChangeInfoResult RailTypeChangeInfo(uint id, int numinfo, int prop, ByteR
break;
case 0x12: // Station graphic
rti->total_offset = Clamp(buf->ReadByte(), 0, 2) * 88;
rti->total_offset = Clamp(buf->ReadByte(), 0, 2) * 82;
break;
case 0x13: // Construction cost factor

Loading…
Cancel
Save