diff options
| author | aap <aap@papnet.eu> | 2021-05-23 17:45:07 +0200 |
|---|---|---|
| committer | Sergeanur <s.anureev@yandex.ua> | 2021-06-24 21:32:43 +0300 |
| commit | 50058371efaf4c5713b7a608db0c7990ec3d78a6 (patch) | |
| tree | 314722ae778432755c8ea0563a317df52fe130ee /src/core/Camera.h | |
| parent | Undef PS2_AUDIO_CHANNELS for SQUEEZE_PERFORMANCE and VANILLA_DEFINES (diff) | |
| download | re3-50058371efaf4c5713b7a608db0c7990ec3d78a6.tar.gz | |
CEntity and C(Vu)Vector fixes and cleanup
Diffstat (limited to 'src/core/Camera.h')
| -rw-r--r-- | src/core/Camera.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/core/Camera.h b/src/core/Camera.h index d7293e20..5e9d33b3 100644 --- a/src/core/Camera.h +++ b/src/core/Camera.h @@ -641,11 +641,7 @@ public: bool IsPointVisible(const CVector ¢er, const CMatrix *mat); bool IsSphereVisible(const CVector ¢er, float radius, const CMatrix *mat); bool IsSphereVisible(const CVector ¢er, float radius); -#ifdef GTA_PS2 - bool IsBoxVisible(CVuVector *box, const CMatrix *mat); -#else - bool IsBoxVisible(CVector *box, const CMatrix *mat); -#endif + bool IsBoxVisible(CVUVECTOR *box, const CMatrix *mat); }; VALIDATE_SIZE(CCamera, 0xE9D8); |
