mirror of
https://git.code.sf.net/p/quake/prozac-qfcc
synced 2024-11-13 00:24:33 +00:00
4 lines
130 B
C++
4 lines
130 B
C++
//CH How much to divide speed when tranqed
|
|
//distance * (UP / DN)
|
|
#define AI_TRANQ_FACTOR_UP 2.0
|
|
#define AI_TRANQ_FACTOR_DN 3.0
|