Home
last modified time | relevance | path

Searched refs:_coverReserve (Results 1 – 2 of 2) sorted by relevance

/dports/games/openxcom/OpenXcom-1.0/src/Savegame/
H A DBattleUnit.cpp55 …_motionPoints(0), _kills(0), _hitByFire(false), _moraleRestored(0), _coverReserve(0), _charging(0), in BattleUnit()
125 _moraleRestored(0), _coverReserve(0), _charging(0), _turnsSinceSpotted(255), in BattleUnit()
2622 _coverReserve = reserve; in setCoverReserve()
2631 return _coverReserve; in getCoverReserve()
H A DBattleUnit.h92 int _coverReserve; variable