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

Function EndSpriteCombine

src/viewport.cpp:774–778  ·  view source on GitHub ↗

* Terminates a block of sprites started by #StartSpriteCombine. * Take a look there for details. */

Source from the content-addressed store, hash-verified

772 * Take a look there for details.
773 */
774void EndSpriteCombine()
775{
776 assert(_vd.combine_sprites != SPRITE_COMBINE_NONE);
777 _vd.combine_sprites = SPRITE_COMBINE_NONE;
778}
779
780/**
781 * Check if the parameter "check" is inside the interval between

Callers 7

DrawBridgeRoadBitsFunction · 0.85
DrawTile_TunnelBridgeFunction · 0.85
DrawBridgeMiddleFunction · 0.85
DoDrawVehicleFunction · 0.85
DrawClearLandFenceFunction · 0.85
DrawTile_TreesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected