mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Fix some of the new warnings from sonarcloud
This commit is contained in:
@@ -22,9 +22,9 @@ VCMI_LIB_NAMESPACE_BEGIN
|
||||
|
||||
PlayerState::PlayerState()
|
||||
: color(-1)
|
||||
, playerLocalSettings(std::make_unique<JsonNode>())
|
||||
, human(false)
|
||||
, cheated(false)
|
||||
, playerLocalSettings(std::make_unique<JsonNode>())
|
||||
, enteredWinningCheatCode(false)
|
||||
, enteredLosingCheatCode(false)
|
||||
, status(EPlayerStatus::INGAME)
|
||||
|
||||
Reference in New Issue
Block a user