unmovable_cmd.c
changeset 160 db200af4794a
parent 149 5f7d4b21df01
child 193 0a7025304867
equal deleted inserted replaced
159:139cf78bfb28 160:db200af4794a
   221 		MoveGoodsToStation(tile, 2, 2, CT_MAIL, amt);
   221 		MoveGoodsToStation(tile, 2, 2, CT_MAIL, amt);
   222 	}
   222 	}
   223 }
   223 }
   224 
   224 
   225 
   225 
   226 static uint32 GetTileTrackStatus_Unmovable(uint tile, int mode)
   226 static uint32 GetTileTrackStatus_Unmovable(uint tile, TransportType mode)
   227 {
   227 {
   228 	return 0;
   228 	return 0;
   229 }
   229 }
   230 
   230 
   231 static void ClickTile_Unmovable(uint tile)
   231 static void ClickTile_Unmovable(uint tile)