mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Fixed some newly reported issues from SonarCloud
This commit is contained in:
@@ -348,7 +348,9 @@ struct DLL_LINKAGE LobbyPvPAction : public CLobbyPackToServer
|
||||
{
|
||||
enum EAction : ui8 {
|
||||
NONE, COIN, RANDOM_TOWN, RANDOM_TOWN_VS
|
||||
} action = NONE;
|
||||
};
|
||||
|
||||
EAction action = NONE;
|
||||
std::vector<FactionID> bannedTowns;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user