From bb5e31470da4e74695b18060c7c9947432cc4813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?eray=20or=C3=A7unus?= Date: Fri, 27 Dec 2019 01:15:27 +0300 Subject: CPlayerPed & fixes --- src/control/PathFind.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/control/PathFind.h') diff --git a/src/control/PathFind.h b/src/control/PathFind.h index 0b20ea5a..70b431f6 100644 --- a/src/control/PathFind.h +++ b/src/control/PathFind.h @@ -36,7 +36,7 @@ struct CPathNode uint8 bDisabled : 1; uint8 bBetweenLevels : 1; - uint8 group; + int8 group; /* For reference VC: int16 prevIndex; int16 nextIndex; -- cgit v1.2.3