Some PathFind fixes (not all)

This commit is contained in:
Sergeanur
2019-10-14 21:13:23 +03:00
parent 94b389ee16
commit 9d2b7a99b3
2 changed files with 23 additions and 15 deletions

View File

@@ -15,6 +15,12 @@ enum
PATH_PED = 1,
};
enum
{
SWITCH_OFF = 0,
SWITCH_ON = 1,
};
struct CPathNode
{
CVector pos;