mirror of
https://github.com/FWGS/hlsdk-xash3d
synced 2024-11-22 01:47:45 +01: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