mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-11 15:38:12 +00:00
Fixed wrong base class specified. (#222)
This commit is contained in:
parent
9aff6c088d
commit
59fe501254
@ -139,7 +139,7 @@ TYPEDESCRIPTION CBreakable::m_SaveData[] =
|
||||
// Explosion magnitude is stored in pev->impulse
|
||||
};
|
||||
|
||||
IMPLEMENT_SAVERESTORE( CBreakable, CBaseEntity )
|
||||
IMPLEMENT_SAVERESTORE( CBreakable, CBaseDelay )
|
||||
|
||||
void CBreakable::Spawn( void )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user