summaryrefslogtreecommitdiff
path: root/src/newgrf_commons.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/newgrf_commons.h')
-rw-r--r--src/newgrf_commons.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/newgrf_commons.h b/src/newgrf_commons.h
index a260eb0d5..5d575973f 100644
--- a/src/newgrf_commons.h
+++ b/src/newgrf_commons.h
@@ -19,9 +19,9 @@
/** Contextx for tile accesses */
enum TileContext {
- TC_NORMAL, ///< Nothing special.
- TC_UPPER_HALFTILE, ///< Querying information about the upper part of a tile with halftile foundation.
- TC_ON_BRIDGE, ///< Querying information about stuff on the bridge (via some bridgehead).
+ TCX_NORMAL, ///< Nothing special.
+ TCX_UPPER_HALFTILE, ///< Querying information about the upper part of a tile with halftile foundation.
+ TCX_ON_BRIDGE, ///< Querying information about stuff on the bridge (via some bridgehead).
};
/**
@@ -131,7 +131,7 @@ extern IndustryTileOverrideManager _industile_mngr;
extern AirportOverrideManager _airport_mngr;
extern AirportTileOverrideManager _airporttile_mngr;
-uint32 GetTerrainType(TileIndex tile, TileContext context = TC_NORMAL);
+uint32 GetTerrainType(TileIndex tile, TileContext context = TCX_NORMAL);
TileIndex GetNearbyTile(byte parameter, TileIndex tile);
uint32 GetNearbyTileInformation(TileIndex tile);