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:
Groggy Dice 2013-12-29 22:01:07 -05:00
parent 95538bb0fb
commit 6e47a1818d

View file

@ -380,7 +380,7 @@
{AI_SIMPLE_ALWAYS_ASPECT attack_depth 3}
#endif
#ifdef MEDIUM
#ifdef NORMAL
{AI_SIMPLE_ALWAYS_ASPECT attack_depth 4}
#endif