forked from teamnwah/openmw-tes3coop
Add missing initializations
This commit is contained in:
parent
7d647088ab
commit
8e5398d85b
1 changed files with 2 additions and 0 deletions
|
@ -168,6 +168,8 @@ namespace MWGui
|
||||||
, mFogOfWarToggled(true)
|
, mFogOfWarToggled(true)
|
||||||
, mFogOfWarEnabled(fogOfWarEnabled)
|
, mFogOfWarEnabled(fogOfWarEnabled)
|
||||||
, mMapWidgetSize(0)
|
, mMapWidgetSize(0)
|
||||||
|
, mNumCells(0)
|
||||||
|
, mCellDistance(0)
|
||||||
, mCustomMarkers(markers)
|
, mCustomMarkers(markers)
|
||||||
, mMarkerUpdateTimer(0.0f)
|
, mMarkerUpdateTimer(0.0f)
|
||||||
, mLastDirectionX(0.0f)
|
, mLastDirectionX(0.0f)
|
||||||
|
|
Loading…
Reference in a new issue