mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-19 21:10:12 +02:00
CGSeerHut: add initialization to constructor
This commit is contained in:
parent
52e660f087
commit
355f0a74ab
@ -395,7 +395,8 @@ void CQuest::getCompletionText(MetaString &iwText, std::vector<Component> &compo
|
||||
}
|
||||
}
|
||||
|
||||
CGSeerHut::CGSeerHut() : IQuestObject()
|
||||
CGSeerHut::CGSeerHut() : IQuestObject(),
|
||||
rewardType(NOTHING), rID(-1), rVal(-1)
|
||||
{
|
||||
quest->lastDay = -1;
|
||||
quest->isCustomFirst = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user