fixed usage of an outdated AI macro

This commit is contained in:
Iurii Chernyi 2009-09-01 10:08:05 +00:00
parent d8ed11eda8
commit 90dcb12256

View file

@ -39,7 +39,7 @@
#define AI_NO_SCOUTS
#Macro to make an AI team not recruit scouts.
{AI_SIMPLE_ASPECT villages_per_scout 0}
{AI_ALWAYS_ASPECT villages_per_scout 0}
#enddef