1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

CGameHandler: rename CPackForClient argument and add network logging

This commit is contained in:
Arseniy Shestakov
2018-02-26 00:16:15 +08:00
parent 674242da54
commit 74e5c5bf05
9 changed files with 36 additions and 35 deletions

View File

@@ -32,7 +32,7 @@ void GameCallbackMock::commitPackage(CPackForClient * pack)
sendAndApply(pack);
}
void GameCallbackMock::sendAndApply(CPackForClient * info)
void GameCallbackMock::sendAndApply(CPackForClient * pack)
{
upperCallback->sendAndApply(info);
upperCallback->sendAndApply(pack);
}