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

This commit is contained in:
peter1138 2010-02-09 15:43:54 +00:00
parent 52312ea17f
commit bf862877a4
1 changed files with 1 additions and 1 deletions

View File

@ -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