mirror of
https://git.code.sf.net/p/quake/prozac-qfcc
synced 2024-11-27 14:32:03 +00:00
4 lines
126 B
C++
4 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
|