From 0d75bbef9a060bc752399020322b5747abf02227 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Lortie Date: Thu, 9 Dec 2021 16:54:25 -0500 Subject: [PATCH] Fixed wrong base class specified. --- dlls/pathcorner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/pathcorner.cpp b/dlls/pathcorner.cpp index badebd922..549ce55d7 100644 --- a/dlls/pathcorner.cpp +++ b/dlls/pathcorner.cpp @@ -127,7 +127,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 ); //