1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Fixed uninitialized field

This commit is contained in:
AlexVinS 2016-08-18 15:03:20 +03:00
parent 439aeecc8b
commit 89ce1a4509

View File

@ -1168,6 +1168,7 @@ Bonus::Bonus()
effectRange = NO_LIMIT;
val = 0;
source = OTHER;
sid = 0;
}
Bonus::~Bonus()