mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-08-26 05:42:00 +00:00
Fixed wrong base class specified. (#223)
This commit is contained in:
parent
ccfe0c659e
commit
0df2d289bb
@ -127,7 +127,7 @@ TYPEDESCRIPTION CWallHealth::m_SaveData[] =
|
|||||||
DEFINE_FIELD( CWallHealth, m_flSoundTime, FIELD_TIME ),
|
DEFINE_FIELD( CWallHealth, m_flSoundTime, FIELD_TIME ),
|
||||||
};
|
};
|
||||||
|
|
||||||
IMPLEMENT_SAVERESTORE( CWallHealth, CBaseEntity )
|
IMPLEMENT_SAVERESTORE( CWallHealth, CBaseToggle )
|
||||||
|
|
||||||
LINK_ENTITY_TO_CLASS( func_healthcharger, CWallHealth )
|
LINK_ENTITY_TO_CLASS( func_healthcharger, CWallHealth )
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user