diff options
Diffstat (limited to 'unmovable_map.h')
-rw-r--r-- | unmovable_map.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unmovable_map.h b/unmovable_map.h index c34e6c590..5fa62a441 100644 --- a/unmovable_map.h +++ b/unmovable_map.h @@ -114,4 +114,3 @@ static inline void MakeCompanyHQ(TileIndex t, Owner o) MakeUnmovable(t + TileDiffXY(1, 0), UNMOVABLE_HQ_EAST, o); MakeUnmovable(t + TileDiffXY(1, 1), UNMOVABLE_HQ_SOUTH, o); } - |