mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-28 16:43:29 +00:00
fxing waird apparently cam related error
This commit is contained in:
@@ -84,8 +84,7 @@ namespace BBM
|
||||
return std::all_of(lobby.begin(), lobby.end(), [](WAL::ViewEntity<ResumeLobbyComponent> &entity) {
|
||||
auto &lobbyPlayer = entity.get<ResumeLobbyComponent>();
|
||||
return lobbyPlayer.ready && lobbyPlayer.layout != ControllableComponent::NONE;
|
||||
});
|
||||
}
|
||||
}); }
|
||||
|
||||
void ResumeLobbySystem::resumeToGame(WAL::Wal &wal)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user