Fix osprey save-restore. Fix #407 (#408)

This commit is contained in:
Roman Chistokhodov 2023-11-15 15:37:30 +03:00 committed by GitHub
parent b22244139c
commit c417b06dbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
#endif // OSPREY_H