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

1. Better way to disable stack / cursor glitches

2. An attempt to handle looting artifacts after battle
This commit is contained in:
DjWarmonger
2012-05-01 08:52:22 +00:00
parent d479341a5a
commit 2fbc57e140
5 changed files with 71 additions and 8 deletions

View File

@@ -975,6 +975,11 @@ CCommanderInstance::~CCommanderInstance()
}
void CCommanderInstance::setAlive (bool Alive)
{
alive = Alive;
}
CStackBasicDescriptor::CStackBasicDescriptor()
{
type = NULL;