From 7f1425c333327858dcd48db7c2718cd1d9d777c7 Mon Sep 17 00:00:00 2001 From: frosch Date: Mon, 9 Aug 2010 07:32:04 +0000 Subject: (svn r20423) -Change [FS#3947]: Make snow on bridges depend on bridgeheight. --- src/newgrf_commons.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/newgrf_commons.h') 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). }; /** -- cgit v1.2.3-54-g00ecf