Removed some linebreaks to allow the macros to be concatenated properly.
This commit is contained in:
parent
c3afd8eec8
commit
5e96a10e06
1 changed files with 6 additions and 12 deletions
|
@ -44,31 +44,25 @@
|
|||
#endif
|
||||
|
||||
#define EARLY_FINISH_BONUS_NOTE
|
||||
_"Early finish bonus."
|
||||
#enddef
|
||||
_"Early finish bonus."#enddef
|
||||
|
||||
#define NO_EARLY_FINISH_BONUS_NOTE
|
||||
_"No early finish bonus."
|
||||
#enddef
|
||||
_"No early finish bonus."#enddef
|
||||
|
||||
#ifdef NEW_GOLD_CARRYOVER_USED
|
||||
#define NEW_GOLD_CARRYOVER_NOTE_40
|
||||
_"
|
||||
40% of finishing gold carried over to the next scenario."
|
||||
#enddef
|
||||
40% of finishing gold carried over to the next scenario."#enddef
|
||||
|
||||
#define NEW_GOLD_CARRYOVER_NOTE_20
|
||||
_"
|
||||
20% of finishing gold carried over to the next scenario."
|
||||
#enddef
|
||||
20% of finishing gold carried over to the next scenario."#enddef
|
||||
#else
|
||||
# wmlscope: start ignoring
|
||||
#define NEW_GOLD_CARRYOVER_NOTE_40
|
||||
""
|
||||
#enddef
|
||||
""#enddef
|
||||
#define NEW_GOLD_CARRYOVER_NOTE_20
|
||||
""
|
||||
#enddef
|
||||
""#enddef
|
||||
# wmlscope: stop ignoring
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue