MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / resetFloodFill

Method resetFloodFill

source/entities/Tile.cpp:554–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

552}
553
554void Tile::resetFloodFill()
555{
556 for(std::vector<uint32_t>& values : mFloodFillColor)
557 {
558 for(uint32_t& floodFillValue : values)
559 {
560 floodFillValue = NO_FLOODFILL;
561 }
562 }
563}
564
565bool Tile::updateFloodFillFromTile(Seat* seat, FloodFillType type, Tile* tile)
566{

Callers 1

enableFloodFillMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected