mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
Fix uninitialized member
This commit is contained in:
parent
7732f39556
commit
3e9133995f
@ -33,6 +33,7 @@ Rewardable::Reward::Reward()
|
||||
, heroLevel(0)
|
||||
, manaDiff(0)
|
||||
, manaPercentage(-1)
|
||||
, manaOverflowFactor(0)
|
||||
, movePoints(0)
|
||||
, movePercentage(-1)
|
||||
, primary(4, 0)
|
||||
|
Loading…
Reference in New Issue
Block a user