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

Fixed a few CWE-457

This commit is contained in:
AlexVinS
2016-11-27 18:17:20 +03:00
parent c4ab962cc0
commit 27b853618c
7 changed files with 14 additions and 20 deletions

View File

@@ -475,6 +475,7 @@ CGarrisonInt::CGarrisonInt(int x, int y, int inx, const Point &garsOffset,
inSplittingMode(false),
interx(inx),
garOffset(garsOffset),
pb(false),
smallIcons(smallImgs),
removableUnits(_removableUnits),
twoRows(_twoRows)