mirror of
https://github.com/FWGS/hlsdk-xash3d
synced 2024-11-22 09:57:21 +01:00
Fixed wrong base class specified. (#224)
This commit is contained in:
parent
59fe501254
commit
ccfe0c659e
@ -60,7 +60,7 @@ TYPEDESCRIPTION CRecharge::m_SaveData[] =
|
|||||||
DEFINE_FIELD( CRecharge, m_flSoundTime, FIELD_TIME ),
|
DEFINE_FIELD( CRecharge, m_flSoundTime, FIELD_TIME ),
|
||||||
};
|
};
|
||||||
|
|
||||||
IMPLEMENT_SAVERESTORE( CRecharge, CBaseEntity )
|
IMPLEMENT_SAVERESTORE( CRecharge, CBaseToggle )
|
||||||
|
|
||||||
LINK_ENTITY_TO_CLASS( func_recharge, CRecharge )
|
LINK_ENTITY_TO_CLASS( func_recharge, CRecharge )
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user