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

Fixed crash from unitialzied ptr.

This commit is contained in:
Michał W. Urbańczyk 2012-09-20 16:25:31 +00:00
parent 2c88845b9e
commit 871f680ccc

View File

@ -102,5 +102,6 @@ struct StartInfo
mapfileChecksum = seedPostInit = seedToBeUsed = 0;
mode = INVALID;
choosenCampaignBonus = -1;
campSt = nullptr;
}
};