UtBS: compatibility be gone!
[ci skip]
This commit is contained in:
parent
cc9b20cd20
commit
955d605d8a
1 changed files with 0 additions and 41 deletions
|
@ -148,47 +148,6 @@
|
|||
[/about]
|
||||
[/campaign]
|
||||
|
||||
# Compatibility code for saves using the new elves from 1.13.13 or earlier
|
||||
|
||||
#textdomain wesnoth
|
||||
[+language]
|
||||
EASY_NEW= _ "Easy"
|
||||
NORMAL_NEW= _ "Medium"
|
||||
HARD_NEW= _ "Hard"
|
||||
[/language]
|
||||
#textdomain wesnoth-utbs
|
||||
|
||||
#ifdef CAMPAIGN_UNDER_THE_BURNING_SUNS
|
||||
|
||||
#ifdef EASY_NEW
|
||||
#define EASY
|
||||
#enddef
|
||||
#define UTBSNEW
|
||||
#enddef
|
||||
#endif
|
||||
|
||||
#ifdef NORMAL_NEW
|
||||
#define NORMAL
|
||||
#enddef
|
||||
#define UTBSNEW
|
||||
#enddef
|
||||
#endif
|
||||
|
||||
#ifdef HARD_NEW
|
||||
#define HARD
|
||||
#enddef
|
||||
#define UTBSNEW
|
||||
#enddef
|
||||
#endif
|
||||
|
||||
#ifdef UTBSNEW
|
||||
# Need to re-load this for ON_DIFFICULTY to not break due to a missing
|
||||
# EASY/NORMAL/HARD symbol
|
||||
{core/macros/utils.cfg}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef CAMPAIGN_UNDER_THE_BURNING_SUNS
|
||||
|
||||
[binary_path]
|
||||
|
|
Loading…
Add table
Reference in a new issue