mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-01 13:33:32 +00:00
CWallWalker: Eliminate signed->unsigned implicit conversion in header
Prevents compiler warnings.
This commit is contained in:
parent
4f56bf8eb6
commit
d4264b6469
@ -15,7 +15,7 @@ public:
|
|||||||
enum class EWalkerType { Parasite = 0, Oculus = 1, Geemer = 2, IceZoomer = 3, Seedling = 4 };
|
enum class EWalkerType { Parasite = 0, Oculus = 1, Geemer = 2, IceZoomer = 3, Seedling = 4 };
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
CCollisionSurface x568_alignNormal{zeus::CVector3f(), zeus::skForward, zeus::skRight, -1};
|
CCollisionSurface x568_alignNormal{zeus::CVector3f(), zeus::skForward, zeus::skRight, UINT32_MAX};
|
||||||
CCollidableSphere x590_colSphere;
|
CCollidableSphere x590_colSphere;
|
||||||
float x5b0_collisionCloseMargin;
|
float x5b0_collisionCloseMargin;
|
||||||
float x5b4_alignAngVel;
|
float x5b4_alignAngVel;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user