Fixed wrong base class specified. (#221)

This commit is contained in:
Marc-Antoine Lortie 2021-12-07 19:50:25 -05:00 committed by GitHub
parent 9d65397325
commit dcb83a6856
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,7 +130,7 @@ TYPEDESCRIPTION CMultiSource::m_SaveData[] =
DEFINE_FIELD( CMultiSource, m_globalstate, FIELD_STRING ), DEFINE_FIELD( CMultiSource, m_globalstate, FIELD_STRING ),
}; };
IMPLEMENT_SAVERESTORE( CMultiSource, CBaseEntity ) IMPLEMENT_SAVERESTORE( CMultiSource, CPointEntity )
LINK_ENTITY_TO_CLASS( multisource, CMultiSource ) LINK_ENTITY_TO_CLASS( multisource, CMultiSource )