mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-27 22:49:25 +02:00
Replaced remaining placeholder code with callbacks
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#include "Connection.h"
|
||||
|
||||
#include "../networkPacks/NetPacksBase.h"
|
||||
#include "../gameState/CGameState.h"
|
||||
|
||||
#include <boost/asio.hpp>
|
||||
|
||||
@@ -342,6 +343,7 @@ void CConnection::enterGameplayConnectionMode(CGameState * gs)
|
||||
enableStackSendingByID();
|
||||
disableSmartPointerSerialization();
|
||||
addStdVecItems(gs);
|
||||
iser.cb = gs->callback;
|
||||
}
|
||||
|
||||
void CConnection::disableSmartVectorMemberSerialization()
|
||||
|
||||
Reference in New Issue
Block a user