mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-21 13:20:54 +00:00
Initialize mFallHeight
This commit is contained in:
parent
47fc3f81f5
commit
fc268bf302
@ -350,6 +350,7 @@ CharacterController::CharacterController(const MWWorld::Ptr &ptr, MWRender::Anim
|
||||
, mSkipAnim(false)
|
||||
, mSecondsOfRunning(0)
|
||||
, mSecondsOfSwimming(0)
|
||||
, mFallHeight(0)
|
||||
{
|
||||
if(!mAnimation)
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user