mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +02:00
-reduced MAX_THREAT_RANGE to reduce stutter during AI turns
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@258 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -88,7 +88,7 @@ enum
|
|||||||
|
|
||||||
#define PERCENT_TO_IGNORE_THREAT 50 // any less, use threat value
|
#define PERCENT_TO_IGNORE_THREAT 50 // any less, use threat value
|
||||||
#define ACTION_TIMEOUT_CYCLES 50 // # failed cycles through AI
|
#define ACTION_TIMEOUT_CYCLES 50 // # failed cycles through AI
|
||||||
#define MAX_THREAT_RANGE 4000 // 30 tiles worth
|
#define MAX_THREAT_RANGE 400 // 30 tiles worth
|
||||||
#define MIN_PERCENT_BETTER 5 // 5% improvement in cover is good
|
#define MIN_PERCENT_BETTER 5 // 5% improvement in cover is good
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user