mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Fixed crash from unitialzied ptr.
This commit is contained in:
@@ -102,5 +102,6 @@ struct StartInfo
|
||||
mapfileChecksum = seedPostInit = seedToBeUsed = 0;
|
||||
mode = INVALID;
|
||||
choosenCampaignBonus = -1;
|
||||
campSt = nullptr;
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user