ai.cfg: fix "#ifdef MEDIUM" to NORMAL in attack_depth
Though this may be in vain, as I read on the wiki that attack_depth is not working with the RCA ai and is deprecated. While this bug might break attack_depth on one difficulty level, it shouldn't have broken it entirely, so this is probably not the reason it doesn't seem to be working.
This commit is contained in:
parent
95538bb0fb
commit
6e47a1818d
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@
|
|||
{AI_SIMPLE_ALWAYS_ASPECT attack_depth 3}
|
||||
#endif
|
||||
|
||||
#ifdef MEDIUM
|
||||
#ifdef NORMAL
|
||||
{AI_SIMPLE_ALWAYS_ASPECT attack_depth 4}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue