From c417b06dbcca387b6b97498f49b54e6a6cf963bf Mon Sep 17 00:00:00 2001 From: Roman Chistokhodov Date: Wed, 15 Nov 2023 15:37:30 +0300 Subject: [PATCH] Fix osprey save-restore. Fix #407 (#408) --- dlls/osprey.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/osprey.h b/dlls/osprey.h index 6ef7b8e0..5114d3b7 100644 --- a/dlls/osprey.h +++ b/dlls/osprey.h @@ -38,7 +38,7 @@ public: void EXPORT DeployThink(void); void Flight(void); void EXPORT HitTouch(CBaseEntity *pOther); - virtual void EXPORT FindAllThink(void); + void EXPORT FindAllThink(void); void EXPORT HoverThink(void); virtual CBaseMonster *MakeGrunt(Vector vecSrc); void EXPORT CrashTouch(CBaseEntity *pOther); @@ -86,4 +86,4 @@ public: int m_iDoRightSmokePuff; }; -#endif // OSPREY_H \ No newline at end of file +#endif // OSPREY_H