mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
Fix compliling
This commit is contained in:
parent
8b91a1315c
commit
32eba61af4
@ -190,7 +190,7 @@ void Initializer::initialize(CGMine * o)
|
||||
if(o->isAbandoned())
|
||||
{
|
||||
for(auto r = 0; r < GameConstants::RESOURCE_QUANTITY - 1; ++r)
|
||||
o->abandonedMineResources.insert(r);
|
||||
o->abandonedMineResources.insert(GameResID(r));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user