diff --git a/src/xrGame/HudItem.h b/src/xrGame/HudItem.h index 56dba0196d3..c5a6f1c28c6 100644 --- a/src/xrGame/HudItem.h +++ b/src/xrGame/HudItem.h @@ -67,17 +67,15 @@ class CHudItem : public CHUDState fl_inertion_allow = (1 << 3), }; - struct - { - const CMotionDef* m_current_motion_def; - shared_str m_current_motion; - u32 m_dwMotionCurrTm; - u32 m_dwMotionStartTm; - u32 m_dwMotionEndTm; - u32 m_startedMotionState; - u8 m_started_rnd_anim_idx; - bool m_bStopAtEndAnimIsRunning; - }; + // Motion data + const CMotionDef* m_current_motion_def; + shared_str m_current_motion; + u32 m_dwMotionCurrTm; + u32 m_dwMotionStartTm; + u32 m_dwMotionEndTm; + u32 m_startedMotionState; + u8 m_started_rnd_anim_idx; + bool m_bStopAtEndAnimIsRunning; public: virtual void Load(LPCSTR section);