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

Method ExtraSprites

src/Ruleset/ExtraSprites.cpp:28–30  ·  view source on GitHub ↗

* Creates a blank set of extra sprite data. */

Source from the content-addressed store, hash-verified

26 * Creates a blank set of extra sprite data.
27 */
28ExtraSprites::ExtraSprites() : _width(320), _height(200), _singleImage(false), _modIndex(0), _subX(0), _subY(0)
29{
30}
31
32/**
33 * Cleans up the extra sprite set.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected