mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-23 07:40:15 +00:00
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,
|
||||
const Compiler::Extensions& extensions, int fpsLevel, bool newGame, OEngine::Render::OgreRenderer *mOgre, const std::string logpath)
|
||||
: environment(environment)
|
||||
: mGuiManager (0)
|
||||
, environment(environment)
|
||||
, nameDialog(nullptr)
|
||||
, raceDialog(nullptr)
|
||||
, dialogueWindow(nullptr)
|
||||
, mGuiManager (0)
|
||||
, classChoiceDialog(nullptr)
|
||||
, generateClassQuestionDialog(nullptr)
|
||||
, generateClassResultDialog(nullptr)
|
||||
|
|
Loading…
Reference in a new issue