mirror of
https://github.com/FWGS/hlsdk-xash3d
synced 2024-11-22 09:57:21 +01: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
|
// Explosion magnitude is stored in pev->impulse
|
||||||
};
|
};
|
||||||
|
|
||||||
IMPLEMENT_SAVERESTORE( CBreakable, CBaseEntity )
|
IMPLEMENT_SAVERESTORE( CBreakable, CBaseDelay )
|
||||||
|
|
||||||
void CBreakable::Spawn( void )
|
void CBreakable::Spawn( void )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user