workaround for an error in perl-based wmlxgettext...
...it thinks that 'non-comment #comment about [tag]' string contains a tag start
This commit is contained in:
parent
0f03c1f8dc
commit
794f3259d6
2 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@
|
|||
team_name=kalenz,trolls
|
||||
user_team_name= _ "Neutrals"
|
||||
#endif
|
||||
{ai/aliases/stable_singleplayer.cfg} #note that this MUST be given OUTSIDE the [ai] tag
|
||||
{ai/aliases/stable_singleplayer.cfg} #note that this MUST be given OUTSIDE the 'ai' tag
|
||||
[ai]
|
||||
{AI_SIMPLE_ALWAYS_ASPECT caution 0}
|
||||
{AI_SIMPLE_ALWAYS_ASPECT village_value 0}
|
||||
|
|
|
@ -76,7 +76,7 @@
|
|||
recruit={ELVES}
|
||||
gold=0
|
||||
|
||||
{ai/aliases/stable_singleplayer.cfg} #note that this MUST be given OUTSIDE the [ai] tag
|
||||
{ai/aliases/stable_singleplayer.cfg} #note that this MUST be given OUTSIDE the 'ai' tag
|
||||
[ai]
|
||||
{AI_NO_SCOUTS}
|
||||
{AI_SIMPLE_ALWAYS_ASPECT recruitment_pattern "healer,archer,fighter,archer,fighter,archer,healer,scout"}
|
||||
|
|
Loading…
Add table
Reference in a new issue