mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Fix issues detected by Sonar
This commit is contained in:
@@ -606,7 +606,7 @@ void CVCMIServer::updateAndPropagateLobbyState()
|
||||
}
|
||||
|
||||
LobbyUpdateState lus;
|
||||
lus.state = *this;
|
||||
lus.state = *static_cast<LobbyState*>(this);
|
||||
announcePack(lus);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user