Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix osprey save-restore. Fix #407 #408

Merged
merged 1 commit into from
Nov 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix osprey save-restore. Fix #407
  • Loading branch information
FreeSlave committed Nov 15, 2023
commit 8114d36e99d8a34ce6d2c42f06fd589b2085e33e
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