mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-10 12:59:58 -04:00
fix uninitialized variables
This commit is contained in:
parent
d2b7cb5bb2
commit
7c24c0a64e
@ -27,7 +27,9 @@ namespace MWRender
|
|||||||
mDistanceAdjusted(false),
|
mDistanceAdjusted(false),
|
||||||
mAnimation(NULL),
|
mAnimation(NULL),
|
||||||
mNearest(30.f),
|
mNearest(30.f),
|
||||||
mFurthest(800.f)
|
mFurthest(800.f),
|
||||||
|
mIsNearest(false),
|
||||||
|
mIsFurthest(false)
|
||||||
{
|
{
|
||||||
mVanity.enabled = false;
|
mVanity.enabled = false;
|
||||||
mVanity.allowed = true;
|
mVanity.allowed = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user