mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-11 15:38:12 +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 ),
|
||||
};
|
||||
|
||||
IMPLEMENT_SAVERESTORE( CWallHealth, CBaseEntity )
|
||||
IMPLEMENT_SAVERESTORE( CWallHealth, CBaseToggle )
|
||||
|
||||
LINK_ENTITY_TO_CLASS( func_healthcharger, CWallHealth )
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user