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