From 8114d36e99d8a34ce6d2c42f06fd589b2085e33e Mon Sep 17 00:00:00 2001 From: Roman Chistokhodov Date: Wed, 15 Nov 2023 15:35:40 +0300 Subject: [PATCH] Fix osprey save-restore. Fix #407 --- 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