1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00

More fixes for uninitialized fields

This commit is contained in:
Arseniy Shestakov
2016-08-18 18:53:28 +03:00
parent 89ce1a4509
commit ab06cfd586
4 changed files with 11 additions and 0 deletions

View File

@@ -146,6 +146,7 @@ public:
si32 numOfGrants;
CVisitInfo():
selectChance(0),
numOfGrants(0)
{}