| 51 | } |
| 52 | |
| 53 | void DrawClearLandTile(const TileInfo *ti, uint8_t set) |
| 54 | { |
| 55 | DrawGroundSprite(SPR_FLAT_BARE_LAND + SlopeToSpriteOffset(ti->tileh) + set * 19, PAL_NONE); |
| 56 | } |
| 57 | |
| 58 | void DrawHillyLandTile(const TileInfo *ti) |
| 59 | { |
no test coverage detected