mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
map objects hierarchy now uses IGameInfoCallback
This commit is contained in:
@@ -124,7 +124,7 @@ void CConnection::enterLobbyConnectionMode()
|
||||
serializer->clear();
|
||||
}
|
||||
|
||||
void CConnection::setCallback(CGameInfoCallback * cb)
|
||||
void CConnection::setCallback(IGameInfoCallback * cb)
|
||||
{
|
||||
deserializer->cb = cb;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user