mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-27 22:49:25 +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:
@@ -550,6 +550,17 @@ void OpenWindow::applyCl(CClient *cl)
|
||||
|
||||
}
|
||||
|
||||
void CenterView::applyCl(CClient *cl)
|
||||
{
|
||||
int3 pos = (cl->getObj(id))->pos;
|
||||
INTERFACE_CALL_IF_PRESENT (player, centerView, pos);
|
||||
}
|
||||
|
||||
void TakeYourTime::applyCl(CClient *cl)
|
||||
{
|
||||
SDL_Delay(time);
|
||||
}
|
||||
|
||||
void NewObject::applyCl(CClient *cl)
|
||||
{
|
||||
const CGObjectInstance *obj = cl->getObj(id);
|
||||
|
||||
Reference in New Issue
Block a user