Skip to content

Commit

Permalink
Try to fix Linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Sep 25, 2023
1 parent 61a049d commit a8bdce5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions binary/dlls/aghideandseek.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ class AgHideandseek
void ClientDisconnected(CBasePlayer* pPlayer);
void ClientConnected(CBasePlayer* pPlayer);

bool CanTakeDamage();
bool CanHaveItem();
// bool CanTakeDamage();
//bool CanHaveItem();

};

Expand All @@ -66,6 +66,7 @@ inline CBasePlayer* AgHideandseek::GetSeeker()
return NULL;
};

/*
inline bool AgHideandseek::CanTakeDamage()
{
return Playing == m_Status || PlayerDied == m_Status;
Expand All @@ -75,6 +76,7 @@ inline bool AgHideandseek::CanHaveItem()
{
return Spawning == m_Status;
}
*/


//#endif // !defined(AFX_AGARENA_H__1929C55A_3034_4C89_8398_1F8243B83499__INCLUDED_)

0 comments on commit a8bdce5

Please sign in to comment.