1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Remove no longer used code

This commit is contained in:
Ivan Savenko
2024-06-05 17:04:39 +00:00
parent 0e407540ec
commit 230add02e4
15 changed files with 0 additions and 112 deletions

View File

@@ -193,7 +193,6 @@ void BattleProjectileController::initStackProjectile(const CStack * stack)
std::shared_ptr<CAnimation> BattleProjectileController::createProjectileImage(const AnimationPath & path )
{
std::shared_ptr<CAnimation> projectile = GH.renderHandler().loadAnimation(path);
projectile->preload();
if(projectile->size(1) != 0)
logAnim->error("Expected empty group 1 in stack projectile");