mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Remove unused variable
This commit is contained in:
@@ -125,8 +125,6 @@ void TreasurePlacer::addAllPossibleObjects()
|
|||||||
|
|
||||||
oi.generateObject = [i, this, prisonHeroPlacer, &oi]() -> CGObjectInstance*
|
oi.generateObject = [i, this, prisonHeroPlacer, &oi]() -> CGObjectInstance*
|
||||||
{
|
{
|
||||||
auto possibleHeroes = generator.getAllPossibleHeroes();
|
|
||||||
|
|
||||||
HeroTypeID hid = prisonHeroPlacer->drawRandomHero();
|
HeroTypeID hid = prisonHeroPlacer->drawRandomHero();
|
||||||
oi.destroyObject = [hid, prisonHeroPlacer]()
|
oi.destroyObject = [hid, prisonHeroPlacer]()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user