summaryrefslogtreecommitdiff
path: root/src/newgrf_commons.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2010-08-09 07:32:04 +0000
committerfrosch <frosch@openttd.org>2010-08-09 07:32:04 +0000
commit7f1425c333327858dcd48db7c2718cd1d9d777c7 (patch)
tree69afdaff7326a8a2a9630b3ba6e62169a95d7d3a /src/newgrf_commons.h
parentb6cf38a9123bc560fe8b4dfcbfe492f5577c64ce (diff)
downloadopenttd-7f1425c333327858dcd48db7c2718cd1d9d777c7.tar.xz
(svn r20423) -Change [FS#3947]: Make snow on bridges depend on bridgeheight.
Diffstat (limited to 'src/newgrf_commons.h')
-rw-r--r--src/newgrf_commons.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newgrf_commons.h b/src/newgrf_commons.h
index 9ff994a2e..a260eb0d5 100644
--- a/src/newgrf_commons.h
+++ b/src/newgrf_commons.h
@@ -21,6 +21,7 @@
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).
};
/**