mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-19 00:17:56 +02:00
Various fixes and improvements, mostly for r1093
This commit is contained in:
@ -1004,13 +1004,4 @@ DLL_EXPORT void YourTurn::applyGs( CGameState *gs )
|
||||
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