(svn r9969) -Codechange: Cleanup of industries (Step-14). Remove hardcoded-run-time tile acceptance and put in corresponding tile

This commit is contained in:
belugas
2007-05-29 00:15:34 +00:00
parent bcb668c2ff
commit e7bbb79ff5
3 changed files with 191 additions and 191 deletions

View File

@@ -140,6 +140,7 @@ struct IndustrySpec {
*/
struct IndustryTileSpec {
CargoID accepts_cargo[3]; ///< Cargo accepted by this tile
uint8 acceptance[3]; ///< Level of aceptance per cargo type
Slope slopes_refused; ///< slope pattern on which this tile cannot be built
byte anim_production; ///< Animation frame to start when goods are produced
byte anim_next; ///< Next frame in an animation