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:
@@ -975,6 +975,11 @@ CCommanderInstance::~CCommanderInstance()
|
||||
|
||||
}
|
||||
|
||||
void CCommanderInstance::setAlive (bool Alive)
|
||||
{
|
||||
alive = Alive;
|
||||
}
|
||||
|
||||
CStackBasicDescriptor::CStackBasicDescriptor()
|
||||
{
|
||||
type = NULL;
|
||||
|
||||
Reference in New Issue
Block a user