Skip to content

Commit

Permalink
Fix osprey save-restore. Fix #407
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeSlave committed Nov 15, 2023
1 parent b222441 commit 8114d36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dlls/osprey.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class COsprey : public CBaseMonster
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);
Expand Down Expand Up @@ -86,4 +86,4 @@ class COsprey : public CBaseMonster
int m_iDoRightSmokePuff;
};

#endif // OSPREY_H
#endif // OSPREY_H

0 comments on commit 8114d36

Please sign in to comment.