mirror of
https://github.com/FWGS/hlsdk-xash3d
synced 2024-11-22 01:47:45 +01: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…
Reference in New Issue
Block a user