Browse Source

Fixed wrong base class specified. (#222)

hl_urbicide
Marc-Antoine Lortie 3 years ago committed by GitHub
parent
commit
59fe501254
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dlls/func_break.cpp

2
dlls/func_break.cpp

@ -139,7 +139,7 @@ TYPEDESCRIPTION CBreakable::m_SaveData[] = @@ -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…
Cancel
Save