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