forked from mirror/openmw-tes3mp
removed a warning
This commit is contained in:
parent
81d0d58346
commit
5a70f28f47
1 changed files with 2 additions and 2 deletions
|
@ -24,11 +24,11 @@ using namespace MWGui;
|
||||||
|
|
||||||
WindowManager::WindowManager(MWWorld::Environment& environment,
|
WindowManager::WindowManager(MWWorld::Environment& environment,
|
||||||
const Compiler::Extensions& extensions, int fpsLevel, bool newGame, OEngine::Render::OgreRenderer *mOgre, const std::string logpath)
|
const Compiler::Extensions& extensions, int fpsLevel, bool newGame, OEngine::Render::OgreRenderer *mOgre, const std::string logpath)
|
||||||
: environment(environment)
|
: mGuiManager (0)
|
||||||
|
, environment(environment)
|
||||||
, nameDialog(nullptr)
|
, nameDialog(nullptr)
|
||||||
, raceDialog(nullptr)
|
, raceDialog(nullptr)
|
||||||
, dialogueWindow(nullptr)
|
, dialogueWindow(nullptr)
|
||||||
, mGuiManager (0)
|
|
||||||
, classChoiceDialog(nullptr)
|
, classChoiceDialog(nullptr)
|
||||||
, generateClassQuestionDialog(nullptr)
|
, generateClassQuestionDialog(nullptr)
|
||||||
, generateClassResultDialog(nullptr)
|
, generateClassResultDialog(nullptr)
|
||||||
|
|
Loading…
Reference in a new issue