1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-26 22:57:00 +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; mapfileChecksum = seedPostInit = seedToBeUsed = 0;
mode = INVALID; mode = INVALID;
choosenCampaignBonus = -1; choosenCampaignBonus = -1;
campSt = nullptr;
} }
}; };