Add new landscape flag to enable drawing rocks covered by snow
This commit is contained in:
@@ -1172,7 +1172,7 @@ GrfSpecFeature GetGrfSpecFeature(TileIndex tile)
|
||||
switch (GetTileType(tile)) {
|
||||
default: return GSF_INVALID;
|
||||
case MP_CLEAR:
|
||||
if (IsClearGround(tile, CLEAR_ROCKS)) return GSF_NEWLANDSCAPE;
|
||||
if (GetRawClearGround(tile) == CLEAR_ROCKS) return GSF_NEWLANDSCAPE;
|
||||
return GSF_INVALID;
|
||||
case MP_RAILWAY: {
|
||||
extern std::vector<const GRFFile *> _new_signals_grfs;
|
||||
|
Reference in New Issue
Block a user