Deprecated MENU_IMG_TXT and MENU_IMG_TXT2
This commit is contained in:
parent
9ac120ab7d
commit
dd0b2104a5
2 changed files with 6 additions and 8 deletions
|
@ -285,3 +285,9 @@ _"No gold carried over to the next scenario."#enddef
|
|||
[/tile]
|
||||
[/terrain_graphics]
|
||||
#enddef
|
||||
|
||||
#define MENU_IMG_TXT IMAGE TEXT
|
||||
"&"+{IMAGE}+"="+{TEXT}#enddef
|
||||
|
||||
#define MENU_IMG_TXT2 IMAGE FIRST_TEXT_VALUE SECOND_TEXT_VALUE
|
||||
"&"+{IMAGE}+"="+{FIRST_TEXT_VALUE}+"="+{SECOND_TEXT_VALUE}#enddef
|
||||
|
|
|
@ -398,14 +398,6 @@
|
|||
[/put_to_recall_list]
|
||||
#enddef
|
||||
|
||||
# FIXME: Documentation for these is needed.
|
||||
|
||||
#define MENU_IMG_TXT IMAGE TEXT
|
||||
"&"+{IMAGE}+"="+{TEXT}#enddef
|
||||
|
||||
#define MENU_IMG_TXT2 IMAGE FIRST_TEXT_VALUE SECOND_TEXT_VALUE
|
||||
"&"+{IMAGE}+"="+{FIRST_TEXT_VALUE}+"="+{SECOND_TEXT_VALUE}#enddef
|
||||
|
||||
#define RECRUIT_UNIT_VARIATIONS SIDE TYPE VARIATIONS_VALUE
|
||||
# Allows a side to seemingly recruit variations of a given unit, such as the
|
||||
# the Walking Corpse.
|
||||
|
|
Loading…
Add table
Reference in a new issue