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

Method setMiniMapIndex

src/Ruleset/MapData.cpp:487–490  ·  view source on GitHub ↗

* Sets the SCANG.DAT index for minimap. * @param i The minimap index. */

Source from the content-addressed store, hash-verified

485 * @param i The minimap index.
486 */
487void MapData::setMiniMapIndex(unsigned short i)
488{
489 _miniMapIndex = i;
490}
491
492/**
493 * Gets the SCANG.DAT index for minimap.

Callers 1

loadDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected