mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Fixed creature banks bug of unknown origin.
This commit is contained in:
@@ -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()
|
||||||
|
Reference in New Issue
Block a user