mirror of
https://git.code.sf.net/p/quake/prozac-qfcc
synced 2024-11-30 16:01:49 +00:00
5 lines
126 B
C++
5 lines
126 B
C++
|
//CH How much to divide speed when tranqed
|
||
|
//distance * (UP / DN)
|
||
|
#define AI_TRANQ_FACTOR_UP 2
|
||
|
#define AI_TRANQ_FACTOR_DN 3
|