summaryrefslogtreecommitdiffstats
path: root/src/control/PathFind.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2019-10-14 20:13:23 +0200
committerSergeanur <s.anureev@yandex.ua>2019-10-14 20:13:23 +0200
commit9d2b7a99b3c01483329891fcb01e13a5a536bc0a (patch)
tree6d44544bb7b0189d572d13f7f4d935e67877b8c0 /src/control/PathFind.h
parentMerge pull request #243 from erorcun/erorcun (diff)
downloadre3-9d2b7a99b3c01483329891fcb01e13a5a536bc0a.tar
re3-9d2b7a99b3c01483329891fcb01e13a5a536bc0a.tar.gz
re3-9d2b7a99b3c01483329891fcb01e13a5a536bc0a.tar.bz2
re3-9d2b7a99b3c01483329891fcb01e13a5a536bc0a.tar.lz
re3-9d2b7a99b3c01483329891fcb01e13a5a536bc0a.tar.xz
re3-9d2b7a99b3c01483329891fcb01e13a5a536bc0a.tar.zst
re3-9d2b7a99b3c01483329891fcb01e13a5a536bc0a.zip
Diffstat (limited to '')
-rw-r--r--src/control/PathFind.h6
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;