aircraft_gui.c
changeset 1035 812f837ee03f
parent 1024 5e446b5b3ec5
child 1055 cc4f60cc9102
equal deleted inserted replaced
1034:e761d474e204 1035:812f837ee03f
   575 		uint32 disabled = 1<<8;
   575 		uint32 disabled = 1<<8;
   576 		StringID str;
   576 		StringID str;
   577 
   577 
   578 		{
   578 		{
   579 			uint tile = v->tile;
   579 			uint tile = v->tile;
   580 			if (IS_TILETYPE(tile, MP_STATION) &&
   580 			if (IsTileType(tile, MP_STATION) &&
   581 					(_map5[tile] == 32 || _map5[tile] == 65) &&
   581 					(_map5[tile] == 32 || _map5[tile] == 65) &&
   582 					v->vehstatus&VS_STOPPED)
   582 					v->vehstatus&VS_STOPPED)
   583 						disabled = 0;
   583 						disabled = 0;
   584 		}
   584 		}
   585 
   585