Remove RCA_STAGE macro
The transport engine code in SotBE S6 was the last place to use this macro. Not needed any more now that external CAs are available.
This commit is contained in:
parent
f4007fdbdf
commit
c4c0c553ec
1 changed files with 0 additions and 18 deletions
|
@ -1,23 +1,5 @@
|
|||
#textdomain wesnoth-ai
|
||||
|
||||
#define RCA_STAGE
|
||||
# The standard RCA stage with its candidate actions; same for all Micro AIs
|
||||
[stage]
|
||||
id=main_loop
|
||||
name=ai_default_rca::candidate_action_evaluation_loop
|
||||
{AI_CA_GOTO}
|
||||
{AI_CA_RECRUITMENT}
|
||||
{AI_CA_MOVE_LEADER_TO_GOALS}
|
||||
{AI_CA_MOVE_LEADER_TO_KEEP}
|
||||
{AI_CA_COMBAT}
|
||||
{AI_CA_HEALING}
|
||||
{AI_CA_VILLAGES}
|
||||
{AI_CA_RETREAT}
|
||||
{AI_CA_MOVE_TO_TARGETS}
|
||||
{AI_CA_LEADER_SHARES_KEEP}
|
||||
[/stage]
|
||||
#enddef
|
||||
|
||||
#define MAI_MACRO_DEPRECATION MACRO_NAME
|
||||
# Somewhat hacky way to get a deprecation message displayed
|
||||
# This macro goes into the [side] tag, so ActionWML tags cannot be used
|
||||
|
|
Loading…
Add table
Reference in a new issue