mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-21 22:39:41 +00:00
Merge remote-tracking branch 'thoronador/fix-uninitialized-members'
This commit is contained in:
commit
3fd10d2a82
2 changed files with 0 additions and 3 deletions
|
@ -123,7 +123,6 @@ namespace MWGui
|
|||
, mScreenFader(NULL)
|
||||
, mDebugWindow(NULL)
|
||||
, mTranslationDataStorage (translationDataStorage)
|
||||
, mSoftwareCursor(NULL)
|
||||
, mCharGen(NULL)
|
||||
, mInputBlocker(NULL)
|
||||
, mCrosshairEnabled(Settings::Manager::getBool ("crosshair", "HUD"))
|
||||
|
|
|
@ -79,7 +79,6 @@ namespace MWGui
|
|||
class SpellCreationDialog;
|
||||
class EnchantingDialog;
|
||||
class TrainingWindow;
|
||||
class Cursor;
|
||||
class SpellIcons;
|
||||
class MerchantRepair;
|
||||
class Repair;
|
||||
|
@ -392,7 +391,6 @@ namespace MWGui
|
|||
DebugWindow* mDebugWindow;
|
||||
|
||||
Translation::Storage& mTranslationDataStorage;
|
||||
Cursor* mSoftwareCursor;
|
||||
|
||||
CharacterCreation* mCharGen;
|
||||
|
||||
|
|
Loading…
Reference in a new issue