From 031df369351eebc5fe8c5e77d9de7f5525831c92 Mon Sep 17 00:00:00 2001 From: aap Date: Tue, 9 Feb 2021 17:35:41 +0100 Subject: CColModel --- src/collision/ColPoint.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/collision/ColPoint.h') diff --git a/src/collision/ColPoint.h b/src/collision/ColPoint.h index f978720d..36801efc 100644 --- a/src/collision/ColPoint.h +++ b/src/collision/ColPoint.h @@ -3,15 +3,13 @@ struct CColPoint { CVector point; - int pad1; // this is stupid + float depth; // the surface normal on the surface of point CVector normal; - //int pad2; uint8 surfaceA; uint8 pieceA; uint8 surfaceB; uint8 pieceB; - float depth; const CVector &GetNormal() { return normal; } float GetDepth() { return depth; } -- cgit v1.2.3