1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

* some changes

This commit is contained in:
mateuszb
2011-05-22 18:46:52 +00:00
parent 0adc4235f2
commit 94166b83aa
14 changed files with 603 additions and 215 deletions

View File

@@ -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();