diff options
author | Sergeanur <s.anureev@yandex.ua> | 2019-10-14 21:13:23 +0300 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2019-10-14 21:13:23 +0300 |
commit | 9d2b7a99b3c01483329891fcb01e13a5a536bc0a (patch) | |
tree | 6d44544bb7b0189d572d13f7f4d935e67877b8c0 /src/control/PathFind.h | |
parent | 94b389ee16e194546754bc65bb92a6e256bd6062 (diff) |
Some PathFind fixes (not all)
Diffstat (limited to 'src/control/PathFind.h')
-rw-r--r-- | src/control/PathFind.h | 6 |
1 files changed, 6 insertions, 0 deletions
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; |