fixed linux build

This commit is contained in:
jeefo 2015-06-24 15:59:53 +03:00
commit 1db285cdcd
2 changed files with 4 additions and 4 deletions

View file

@ -1051,8 +1051,8 @@ private:
bool OutOfBombTimer (void);
void SelectLeaderEachTeam (int team);
const Vector &CheckThrow (const Vector &start, const Vector &stop);
const Vector &CheckToss (const Vector &start, const Vector &stop);
Vector CheckThrow (const Vector &start, const Vector &stop);
Vector CheckToss (const Vector &start, const Vector &stop);
Vector CheckBombAudible (void);
const Vector &GetAimPosition (void);