Fixed _onBattleField field of Creature leading to cascading errors on release configuration.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
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…
x
Reference in New Issue
Block a user