mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Fix uninitialized member
This commit is contained in:
@@ -33,6 +33,7 @@ Rewardable::Reward::Reward()
|
|||||||
, heroLevel(0)
|
, heroLevel(0)
|
||||||
, manaDiff(0)
|
, manaDiff(0)
|
||||||
, manaPercentage(-1)
|
, manaPercentage(-1)
|
||||||
|
, manaOverflowFactor(0)
|
||||||
, movePoints(0)
|
, movePoints(0)
|
||||||
, movePercentage(-1)
|
, movePercentage(-1)
|
||||||
, primary(4, 0)
|
, primary(4, 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user