src/table/industry_land.h
branchcpp_gui
changeset 6268 4b5241e5dd10
parent 5920 16287dbdc64e
child 6298 c30fe89622df
child 9895 7bd07f43b0e3
equal deleted inserted replaced
6267:7c8ec33959b1 6268:4b5241e5dd10
   959 N,   N,   N,   N,   N,   N,   N,
   959 N,   N,   N,   N,   N,   N,   N,
   960 };
   960 };
   961 
   961 
   962 #undef N
   962 #undef N
   963 
   963 
   964 /**
       
   965  * The indices into this table are the ones as described by
       
   966  * the enum with GFX_*s in industry_map.h.
       
   967  */
       
   968 static const byte _industry_section_bits[NUM_INDUSTRY_GFXES] = {
       
   969 	16, 16, 16, 16, 16, 16, 16, 16,
       
   970 	16, 16, 16, 16, 16, 16, 16, 16,
       
   971 	16, 16, 16, 16, 16, 16, 16, 16,
       
   972 	16, 16, 16, 16, 16, 16, 16, 16,
       
   973 	16, 16, 16, 16, 16, 16, 16, 16,
       
   974 	16, 16, 16, 16, 16, 16, 16, 16,
       
   975 	16, 16, 16, 16, 16, 16, 16, 16,
       
   976 	16, 16,  4,  2, 16, 16, 16, 16, // <- temperate bank
       
   977 	16, 16, 16, 16, 16, 16, 16, 16,
       
   978 	16, 16, 16, 16, 16, 16, 16, 16,
       
   979 	16, 16, 16, 16, 16, 16, 16, 16,
       
   980 	16,  4,  2, 16, 16, 16, 16, 16, // <- sub-arctic/sub-tropical bank
       
   981 	16, 16, 16, 16, 16, 16, 16, 16,
       
   982 	16, 16, 16, 16, 16, 16, 16, 16,
       
   983 	16, 16, 16, 16, 16, 16, 16, 16,
       
   984 	16, 16, 16, 16, 16, 16, 16, 16,
       
   985 	16, 16, 16, 16, 16, 16, 16, 16,
       
   986 	16, 16, 16, 16, 16, 16, 16, 16,
       
   987 	16, 16, 16, 16, 16, 16, 16, 16,
       
   988 	16, 16, 16, 16, 16, 16, 16, 16,
       
   989 	16, 16, 16, 16, 16, 16, 16, 16,
       
   990 	16, 16, 16, 16, 16, 16, 16,
       
   991 };
       
   992 
   964 
   993 /**
   965 /**
   994  * When true, the tile has to be drawn using the animation
   966  * When true, the tile has to be drawn using the animation
   995  * state instead of the construction state.
   967  * state instead of the construction state.
   996  * The indices into this table are the ones as described by
   968  * The indices into this table are the ones as described by