Fixed _onBattleField field of Creature leading to cascading errors on release configuration.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
dc9296194e
commit
2ee181bca7
|
@ -39,7 +39,7 @@ namespace CreatureLib::Battling {
|
||||||
|
|
||||||
Battle* _battle;
|
Battle* _battle;
|
||||||
BattleSide* _side;
|
BattleSide* _side;
|
||||||
bool _onBattleField;
|
bool _onBattleField = false;
|
||||||
|
|
||||||
std::string _nickname = "";
|
std::string _nickname = "";
|
||||||
int8_t _talentIndex;
|
int8_t _talentIndex;
|
||||||
|
|
Loading…
Reference in New Issue