2
0
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:
Marc-Antoine Lortie 2021-12-09 21:39:06 -05:00 committed by GitHub
parent a5344eb4cc
commit f0ed7d1bc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,7 +125,7 @@ TYPEDESCRIPTION CPathTrack::m_SaveData[] =
DEFINE_FIELD( CPathTrack, m_altName, FIELD_STRING ), DEFINE_FIELD( CPathTrack, m_altName, FIELD_STRING ),
}; };
IMPLEMENT_SAVERESTORE( CPathTrack, CBaseEntity ) IMPLEMENT_SAVERESTORE( CPathTrack, CPointEntity )
LINK_ENTITY_TO_CLASS( path_track, CPathTrack ) LINK_ENTITY_TO_CLASS( path_track, CPathTrack )
// //