CWallWalker: Eliminate signed->unsigned implicit conversion in header

Prevents compiler warnings.
This commit is contained in:
Lioncash 2020-04-26 03:22:00 -04:00
parent 4f56bf8eb6
commit d4264b6469
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ public:
enum class EWalkerType { Parasite = 0, Oculus = 1, Geemer = 2, IceZoomer = 3, Seedling = 4 };
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;
float x5b0_collisionCloseMargin;
float x5b4_alignAngVel;