Deprecate MAKE_AI_SIDE_PERSISTENT
This macro was obviously simplified in the past (see unused parameter) and is no longer needed.
This commit is contained in:
parent
44e00362e3
commit
ea1bb2b31c
2 changed files with 8 additions and 10 deletions
|
@ -296,3 +296,11 @@ _"No gold carried over to the next scenario."#enddef
|
|||
|
||||
#define MENU_IMG_TXT2 IMAGE FIRST_TEXT_VALUE SECOND_TEXT_VALUE
|
||||
"&"+{IMAGE}+"="+{FIRST_TEXT_VALUE}+"="+{SECOND_TEXT_VALUE}#enddef
|
||||
|
||||
#define MAKE_AI_SIDE_PERSISTENT SIDE
|
||||
#Macro to make a ai controlled side persistent.
|
||||
#Needs to be placed below the side definition.
|
||||
[+side]
|
||||
persistent=yes
|
||||
[/side]
|
||||
#enddef
|
||||
|
|
|
@ -234,13 +234,3 @@
|
|||
side={TO_SIDE}
|
||||
[/capture_village]
|
||||
#enddef
|
||||
|
||||
# Persistant macros
|
||||
|
||||
#define MAKE_AI_SIDE_PERSISTENT SIDE
|
||||
#Macro to make a ai controlled side persistent.
|
||||
#Needs to be placed below the side definition.
|
||||
[+side]
|
||||
persistent=yes
|
||||
[/side]
|
||||
#enddef
|
||||
|
|
Loading…
Add table
Reference in a new issue