Changeset - r21962:b4547e9c3afe
[Not reviewed]
master
0 1 0
frosch - 10 years ago 2015-01-10 20:10:51
frosch@openttd.org
(svn r27117) -Fix/Feature: Make use of both rocky tile sets from the base graphics.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/clear_cmd.cpp
Show inline comments
 
@@ -112,7 +112,7 @@ static void DrawTile_Clear(TileInfo *ti)
 
			break;
 

	
 
		case CLEAR_ROCKS:
 
			DrawGroundSprite(SPR_FLAT_ROCKY_LAND_1 + SlopeToSpriteOffset(ti->tileh), PAL_NONE);
 
			DrawGroundSprite((TileHash(ti->x, ti->y) & 1 ? SPR_FLAT_ROCKY_LAND_2 : SPR_FLAT_ROCKY_LAND_1) + SlopeToSpriteOffset(ti->tileh), PAL_NONE);
 
			break;
 

	
 
		case CLEAR_FIELDS:
0 comments (0 inline, 0 general)