1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

1.Support for Keymaster Tent & Borderguard, Eye & Hut of The Magi, Stables.

2.Partially done support for creature banks. ToDo: load config file, start battle with surrounding enemies
3.Attempt to increase hero exp capacity. You may ignore it at the moment.
4.Fixed negative countdown in timeHandler.
This commit is contained in:
DjWarmonger
2009-08-11 07:50:29 +00:00
parent 575840f641
commit 4653396d76
19 changed files with 647 additions and 29 deletions

View File

@ -1545,6 +1545,11 @@ void CPlayerInterface::newObject( const CGObjectInstance * obj )
}
}
void CPlayerInterface::centerView (int3 pos)
{
LOCPLINT->adventureInt->centerOn (pos);
}
void CPlayerInterface::objectRemoved( const CGObjectInstance *obj )
{
if(obj->ID == HEROI_TYPE && obj->tempOwner == playerID)