tile.h
changeset 2436 7d5df545bd5d
parent 2360 4e4ebe18e448
child 2493 f6b4300cc2b0
equal deleted inserted replaced
2435:9b9d43988058 2436:7d5df545bd5d
   125 static inline bool IsTileOwner(TileIndex tile, Owner owner)
   125 static inline bool IsTileOwner(TileIndex tile, Owner owner)
   126 {
   126 {
   127 	return GetTileOwner(tile) == owner;
   127 	return GetTileOwner(tile) == owner;
   128 }
   128 }
   129 
   129 
   130 #endif
   130 #endif /* TILE_H */