mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
* some changes
This commit is contained in:
@@ -40,6 +40,12 @@ bool SaveGame::applyGh( CGameHandler *gh )
|
||||
return true;
|
||||
}
|
||||
|
||||
bool CommitPackage::applyGh( CGameHandler *gh )
|
||||
{
|
||||
gh->sendAndApply(packToCommit);
|
||||
return true;
|
||||
}
|
||||
|
||||
bool CloseServer::applyGh( CGameHandler *gh )
|
||||
{
|
||||
gh->close();
|
||||
|
||||
Reference in New Issue
Block a user