(svn r601) -newgrf: blaat

This commit is contained in:
darkvater 2004-11-14 16:13:43 +00:00
parent 5fcd71cf28
commit a415b8ecce
1 changed files with 1 additions and 1 deletions

View File

@ -1195,7 +1195,7 @@ static void NewVehicle_SpriteGroupMapping(byte *buf, int len)
for (i = 0; i < idcount; i++) {
uint8 stid = buf[3 + i];
StationSpec *stat = &_cur_grffile->stations[stid];
struct StationSpec *stat = &_cur_grffile->stations[stid];
byte *bp = &buf[4 + idcount];
for (c = 0; c < cidcount; c++) {