(svn r20400) -Codechange: let StationSpec use GRFFilePropsBase

This commit is contained in:
rubidium
2010-08-07 20:52:45 +00:00
parent 178f74c31c
commit b6a0806948
5 changed files with 16 additions and 16 deletions

View File

@@ -3886,8 +3886,8 @@ static void StationMapSpriteGroup(ByteReader *buf, uint8 idcount)
}
statspec->spritegroup[CT_DEFAULT] = _cur_grffile->spritegroups[groupid];
statspec->grffile = _cur_grffile;
statspec->localidx = stations[i];
statspec->grf_prop.grffile = _cur_grffile;
statspec->grf_prop.local_id = stations[i];
SetCustomStationSpec(statspec);
}
}