We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1852c8 commit 4b4e63bCopy full SHA for 4b4e63b
src/xrGame/HudItem.h
@@ -67,17 +67,15 @@ class CHudItem : public CHUDState
67
fl_inertion_allow = (1 << 3),
68
};
69
70
- struct
71
- {
72
- const CMotionDef* m_current_motion_def;
73
- shared_str m_current_motion;
74
- u32 m_dwMotionCurrTm;
75
- u32 m_dwMotionStartTm;
76
- u32 m_dwMotionEndTm;
77
- u32 m_startedMotionState;
78
- u8 m_started_rnd_anim_idx;
79
- bool m_bStopAtEndAnimIsRunning;
80
- };
+ // 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;
81
82
public:
83
virtual void Load(LPCSTR section);
0 commit comments