mirror of
https://github.com/FWGS/hlsdk-xash3d
synced 2024-11-24 18:59:26 +01: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