mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-11 15:38:12 +00:00
Fixed wrong base class specified. (#225)
This commit is contained in:
parent
a5344eb4cc
commit
f0ed7d1bc1
@ -125,7 +125,7 @@ TYPEDESCRIPTION CPathTrack::m_SaveData[] =
|
||||
DEFINE_FIELD( CPathTrack, m_altName, FIELD_STRING ),
|
||||
};
|
||||
|
||||
IMPLEMENT_SAVERESTORE( CPathTrack, CBaseEntity )
|
||||
IMPLEMENT_SAVERESTORE( CPathTrack, CPointEntity )
|
||||
LINK_ENTITY_TO_CLASS( path_track, CPathTrack )
|
||||
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user