mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-19 00:17:56 +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:
@ -1001,8 +1001,16 @@ DLL_EXPORT void YourTurn::applyGs( CGameState *gs )
|
||||
gs->currentPlayer = player;
|
||||
}
|
||||
|
||||
|
||||
DLL_EXPORT void SetSelection::applyGs( CGameState *gs )
|
||||
{
|
||||
gs->getPlayer(player)->currentSelection = id;
|
||||
}
|
||||
|
||||
DLL_EXPORT void CenterView::applyGs( CGameState *gs )
|
||||
{
|
||||
gs->getPlayer(player)->currentSelection = id;
|
||||
}
|
||||
|
||||
DLL_EXPORT void TakeYourTime::applyGs( CGameState *gs )
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user