diff options
author | aap <aap@papnet.eu> | 2019-08-09 19:42:18 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2019-08-09 19:42:18 +0200 |
commit | 0bd681abc514d5a3627edea40b24347696ac8908 (patch) | |
tree | cbfcb61874c34a4e44ad1151cf44fc13650f1197 /src/core/config.h | |
parent | Merge pull request #184 from erorcun/erorcun (diff) | |
download | re3-0bd681abc514d5a3627edea40b24347696ac8908.tar re3-0bd681abc514d5a3627edea40b24347696ac8908.tar.gz re3-0bd681abc514d5a3627edea40b24347696ac8908.tar.bz2 re3-0bd681abc514d5a3627edea40b24347696ac8908.tar.lz re3-0bd681abc514d5a3627edea40b24347696ac8908.tar.xz re3-0bd681abc514d5a3627edea40b24347696ac8908.tar.zst re3-0bd681abc514d5a3627edea40b24347696ac8908.zip |
Diffstat (limited to 'src/core/config.h')
-rw-r--r-- | src/core/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h index 52d1dab8..8eda6187 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -33,6 +33,12 @@ enum Config { NUMTEMPOBJECTS = 30, + // Path data + NUM_PATHNODES = 4930, + NUM_CARPATHLINKS = 2076, + NUM_MAPOBJECTS = 1250, + NUM_PATHCONNECTIONS = 10260, + // Link list lengths // TODO: alpha list NUMCOLCACHELINKS = 200, |