fixed mistakes
This commit is contained in:
parent
f0c35ba9e9
commit
818ffd2d62
2 changed files with 7 additions and 6 deletions
|
|
@ -1049,10 +1049,11 @@ private:
|
|||
bool OutOfBombTimer (void);
|
||||
void SelectLeaderEachTeam (int team);
|
||||
|
||||
const Vector &CheckToss (const Vector &start, Vector end);
|
||||
const Vector &CheckThrow (const Vector &start, Vector end);
|
||||
Vector CheckToss (const Vector &start, Vector end);
|
||||
Vector CheckThrow (const Vector &start, Vector end);
|
||||
Vector CheckBombAudible (void);
|
||||
|
||||
const Vector &GetAimPosition (void);
|
||||
const Vector &CheckBombAudible (void);
|
||||
|
||||
float GetZOffset (float distance);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue