1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-02-05 13:04:54 +02:00
This commit is contained in:
AlexVinS 2016-03-01 03:09:50 +03:00
parent ace52cfdb1
commit 94770e7598

View File

@ -1018,9 +1018,6 @@ void CBattleInterface::stackRemoved(int stackID)
}
}
// delete creAnims[stackID];
// creAnims.erase(stackID);
// creDir.erase(stackID);
redrawBackgroundWithHexes(activeStack);
queue->update();
}