mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
possibility to delete unsupported saves
This commit is contained in:
@@ -842,6 +842,11 @@ void LobbyPvPAction::visitTyped(ICPackVisitor & visitor)
|
||||
visitor.visitLobbyPvPAction(*this);
|
||||
}
|
||||
|
||||
void LobbyDelete::visitTyped(ICPackVisitor & visitor)
|
||||
{
|
||||
visitor.visitLobbyDelete(*this);
|
||||
}
|
||||
|
||||
void SetResources::applyGs(CGameState *gs)
|
||||
{
|
||||
assert(player.isValidPlayer());
|
||||
|
||||
Reference in New Issue
Block a user