mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-28 08:48:48 +02:00
Fixed CID 1366366, CID 1366367, CID 1366368, CID 1366369, CID 1366370, CID 1366372
This commit is contained in:
parent
ac8b618a42
commit
663099882c
@ -818,6 +818,9 @@ void CStackWindow::initBonusesList()
|
||||
|
||||
void CStackWindow::init()
|
||||
{
|
||||
expRankIcon = nullptr;
|
||||
expArea = nullptr;
|
||||
expLabel = nullptr;
|
||||
if (!info->stackNode)
|
||||
info->stackNode = new CStackInstance(info->creature, 1);// FIXME: free data
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user