variables.h
changeset 1958 625d71cd6898
parent 1941 b1cb02c0401c
child 1977 4392ae3d8e31
equal deleted inserted replaced
1957:2a4aa85373c3 1958:625d71cd6898
   430 
   430 
   431 #define SET_EXPENSES_TYPE(x) _yearly_expenses_type = x;
   431 #define SET_EXPENSES_TYPE(x) _yearly_expenses_type = x;
   432 
   432 
   433 /* landscape.c */
   433 /* landscape.c */
   434 extern const byte _tileh_to_sprite[32];
   434 extern const byte _tileh_to_sprite[32];
   435 
   435 extern const byte _inclined_tileh[8];
   436 static const byte _inclined_tileh[] = {
       
   437 	3,9,3,6,12,6,12,9,
       
   438 };
       
   439 
   436 
   440 extern const TileTypeProcs * const _tile_type_procs[16];
   437 extern const TileTypeProcs * const _tile_type_procs[16];
   441 
   438 
   442 /* station_cmd.c */
   439 /* station_cmd.c */
   443 // there are 5 types of airport (Country (3x4) , City(6x6), Metropolitan(6x6), International(7x7), Heliport(1x1)
   440 // there are 5 types of airport (Country (3x4) , City(6x6), Metropolitan(6x6), International(7x7), Heliport(1x1)