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:
parent
2c88845b9e
commit
871f680ccc
@ -102,5 +102,6 @@ struct StartInfo
|
||||
mapfileChecksum = seedPostInit = seedToBeUsed = 0;
|
||||
mode = INVALID;
|
||||
choosenCampaignBonus = -1;
|
||||
campSt = nullptr;
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user