MassManager: give _ready a default value.

This commit is contained in:
Guillaume Jacquemin 2020-01-14 10:38:33 +01:00 committed by Guillaume Jacquemin
parent b3027777ce
commit 6bb5b4a6bd
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class MassManager {
auto findSaveDirectory() -> bool;
auto findSteamId() -> bool;
bool _ready;
bool _ready = false;
std::string _lastError = "";