1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-29 00:41:38 +02:00

* [feature] giving starting hero

* [feature] VCMI will try to use files from /Data folder instead of those from h3bitmap.lod
* [feature] picked artifacts are added to hero's backpack
This commit is contained in:
Michał W. Urbańczyk
2008-02-07 18:45:22 +00:00
parent 96734fafa1
commit a89b4e2c59
12 changed files with 195 additions and 107 deletions

View File

@ -259,6 +259,11 @@ CGObjectInstance::~CGObjectInstance()
// delete state;
//state=NULL;
}
CGHeroInstance::CGHeroInstance()
{
level = exp = -1;
moveDir=4;
}
CGHeroInstance::~CGHeroInstance()
{