From 9d2b7a99b3c01483329891fcb01e13a5a536bc0a Mon Sep 17 00:00:00 2001 From: Sergeanur Date: Mon, 14 Oct 2019 21:13:23 +0300 Subject: Some PathFind fixes (not all) --- src/control/PathFind.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/control/PathFind.h') diff --git a/src/control/PathFind.h b/src/control/PathFind.h index e3058959..0b20ea5a 100644 --- a/src/control/PathFind.h +++ b/src/control/PathFind.h @@ -15,6 +15,12 @@ enum PATH_PED = 1, }; +enum +{ + SWITCH_OFF = 0, + SWITCH_ON = 1, +}; + struct CPathNode { CVector pos; -- cgit v1.2.3