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:
@ -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)
|
||||
|
Reference in New Issue
Block a user