MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / DrawSeaWater

Function DrawSeaWater

src/water_cmd.cpp:797–800  ·  view source on GitHub ↗

Draw a plain sea water tile with no edges */

Source from the content-addressed store, hash-verified

795
796/** Draw a plain sea water tile with no edges */
797static void DrawSeaWater(TileIndex)
798{
799 DrawGroundSprite(SPR_FLAT_WATER_TILE, PAL_NONE);
800}
801
802/** draw a canal styled water tile with dikes around */
803static void DrawCanalWater(TileIndex tile)

Callers 1

DrawWaterClassGroundFunction · 0.85

Calls 1

DrawGroundSpriteFunction · 0.85

Tested by

no test coverage detected