Browse Source

Fixed wrong base class specified. (#225)

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

2
dlls/pathcorner.cpp

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