1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

Fixed a few CWE-457

This commit is contained in:
AlexVinS
2016-11-27 22:07:01 +03:00
parent abe4beebc6
commit 3216422307
23 changed files with 93 additions and 26 deletions

View File

@ -454,6 +454,7 @@ void CRewardableObject::newTurn(CRandomGenerator & rand) const
CRewardableObject::CRewardableObject():
soundID(soundBase::invalid),
selectMode(0),
visitMode(0),
selectedReward(0),
resetDuration(0),
canRefuse(false)