MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / setDangerous

Method setDangerous

src/Savegame/Tile.cpp:909–912  ·  view source on GitHub ↗

* set the danger flag on this tile. */

Source from the content-addressed store, hash-verified

907 * set the danger flag on this tile.
908 */
909void Tile::setDangerous()
910{
911 _danger = true;
912}
913
914/**
915 * get the danger flag on this tile.

Callers 1

setDangerZoneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected