mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-16 10:34:08 +00:00
CPacManPickups
This commit is contained in:
parent
a622c9e877
commit
741c9405d0
5 changed files with 456 additions and 31 deletions
|
@ -83,7 +83,7 @@ public:
|
|||
return x == right.x && y == right.y && z == right.z;
|
||||
}
|
||||
|
||||
bool IsZero(void) { return x == 0.0f && y == 0.0f && z == 0.0f; }
|
||||
bool IsZero(void) const { return x == 0.0f && y == 0.0f && z == 0.0f; }
|
||||
};
|
||||
|
||||
inline CVector operator+(const CVector &left, const CVector &right)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue