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

* showing spell effects affecting stack in creature info window

* more appropriate coloring of stack amount box when stack is affected by a spell
This commit is contained in:
mateuszb
2008-12-21 11:07:23 +00:00
parent 99691b0f11
commit 6fc8ed9365
6 changed files with 93 additions and 11 deletions

View File

@@ -176,6 +176,7 @@ void Graphics::initializeBattleGraphics()
battleACToDef[ACid] = toAdd;
}
}
spellEffectsPics = CDefHandler::giveDef("SpellInt.def");
}
Graphics::Graphics()
{