Remove use of unused field
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Deukhoofd 2020-01-02 16:19:32 +01:00
parent b3d07f5a0e
commit f0c3f84a29
Signed by: Deukhoofd
GPG Key ID: ADF2E9256009EDCE
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ CreateCreature* CreateCreature::WithAttack(const std::string& attackName, Attack
}
Creature* CreateCreature::Create() {
_hasCreated = true;
auto rand = Core::Random();
auto species = this->_library->GetSpeciesLibrary()->GetSpecies(this->_species);
auto variant = species->GetVariant(this->_variant);