MassManager: give _ready a default value.
This commit is contained in:
parent
cb608ab29f
commit
d968f26dab
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class MassManager {
|
|||
auto findSaveDirectory() -> bool;
|
||||
auto findSteamId() -> bool;
|
||||
|
||||
bool _ready;
|
||||
bool _ready = false;
|
||||
|
||||
std::string _lastError = "";
|
||||
|
||||
|
|
Loading…
Reference in a new issue