mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-26 03:52:01 +02:00
Fixed creature banks bug of unknown origin.
This commit is contained in:
parent
9771dd12ff
commit
3e644e873d
@ -5889,10 +5889,8 @@ void CBank::endBattle (const CGHeroInstance *h, const BattleResult *result) cons
|
|||||||
cb->showInfoDialog(&iw);
|
cb->showInfoDialog(&iw);
|
||||||
cb->giveCreatures (id, h, ourArmy);
|
cb->giveCreatures (id, h, ourArmy);
|
||||||
}
|
}
|
||||||
//cb->setObjProperty (id, 15, 0); //bc = NULL
|
cb->setObjProperty (id, 15, 0); //bc = NULL
|
||||||
}
|
}
|
||||||
//else //in case of defeat
|
|
||||||
// initialize();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void CGPyramid::initObj()
|
void CGPyramid::initObj()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user