Fix all uninitialized variable warnings (C26495)

This commit is contained in:
Pokechu22 2021-09-03 21:43:19 -07:00
commit 78bfd25964
111 changed files with 638 additions and 651 deletions

View file

@ -14,5 +14,5 @@ public:
void Log(Common::Log::LOG_LEVELS level, const char* text) override;
private:
bool m_use_color;
bool m_use_color = false;
};