diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-06-20 16:23:32 +0300 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-06-20 16:23:32 +0300 |
commit | 0625954bb74e687ed73b496bc06e9db58407e045 (patch) | |
tree | 3ec342a96685889bf2512ececcfc76f1bdac14a0 /src/core/Collision.h | |
parent | e9e533b0cba04a06b6ac9dfaddee2ea4fa19a72d (diff) |
Ducking, shooting vehicle occupants and weapon fixes
Diffstat (limited to 'src/core/Collision.h')
-rw-r--r-- | src/core/Collision.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/Collision.h b/src/core/Collision.h index 9f08ccd6..09abaa1c 100644 --- a/src/core/Collision.h +++ b/src/core/Collision.h @@ -89,6 +89,8 @@ struct CColPoint uint8 surfaceB; uint8 pieceB; float depth; + + CColPoint& operator=(const CColPoint& other); }; struct CStoredCollPoly |