mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-13 14:06:42 +03:00
Fix coverity issues
This commit is contained in:
parent
08d6ec5b84
commit
8ff8ec4abd
3 changed files with 12 additions and 9 deletions
|
@ -407,6 +407,7 @@ OMW::Engine::Engine(Files::ConfigurationManager& configurationManager)
|
|||
, mExportFonts(false)
|
||||
, mRandomSeed(0)
|
||||
, mScriptContext (nullptr)
|
||||
, mLuaManager (nullptr)
|
||||
, mFSStrict (false)
|
||||
, mScriptBlacklistUse (true)
|
||||
, mNewGame (false)
|
||||
|
@ -899,7 +900,7 @@ private:
|
|||
Engine* mEngine;
|
||||
std::mutex mMutex;
|
||||
std::condition_variable mCV;
|
||||
bool mUpdateRequest;
|
||||
bool mUpdateRequest = false;
|
||||
double mDt = 0;
|
||||
bool mIsGuiMode = false;
|
||||
std::optional<std::thread> mThread;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue