mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-08-26 13:51:49 +00:00
Fixed incorrect field types. (#219)
This commit is contained in:
parent
8a43dfbaab
commit
9d65397325
@ -28,11 +28,11 @@
|
|||||||
|
|
||||||
TYPEDESCRIPTION CBaseAnimating::m_SaveData[] =
|
TYPEDESCRIPTION CBaseAnimating::m_SaveData[] =
|
||||||
{
|
{
|
||||||
DEFINE_FIELD( CBaseMonster, m_flFrameRate, FIELD_FLOAT ),
|
DEFINE_FIELD( CBaseAnimating, m_flFrameRate, FIELD_FLOAT ),
|
||||||
DEFINE_FIELD( CBaseMonster, m_flGroundSpeed, FIELD_FLOAT ),
|
DEFINE_FIELD( CBaseAnimating, m_flGroundSpeed, FIELD_FLOAT ),
|
||||||
DEFINE_FIELD( CBaseMonster, m_flLastEventCheck, FIELD_TIME ),
|
DEFINE_FIELD( CBaseAnimating, m_flLastEventCheck, FIELD_TIME ),
|
||||||
DEFINE_FIELD( CBaseMonster, m_fSequenceFinished, FIELD_BOOLEAN ),
|
DEFINE_FIELD( CBaseAnimating, m_fSequenceFinished, FIELD_BOOLEAN ),
|
||||||
DEFINE_FIELD( CBaseMonster, m_fSequenceLoops, FIELD_BOOLEAN ),
|
DEFINE_FIELD( CBaseAnimating, m_fSequenceLoops, FIELD_BOOLEAN ),
|
||||||
};
|
};
|
||||||
|
|
||||||
IMPLEMENT_SAVERESTORE( CBaseAnimating, CBaseDelay )
|
IMPLEMENT_SAVERESTORE( CBaseAnimating, CBaseDelay )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user