Fixed _onBattleField field of Creature leading to cascading errors on release configuration.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Deukhoofd 2019-12-12 11:14:50 +01:00
parent dc9296194e
commit 2ee181bca7
Signed by: Deukhoofd
GPG Key ID: ADF2E9256009EDCE
1 changed files with 1 additions and 1 deletions

View File

@ -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;