Removed some linebreaks to allow the macros to be concatenated properly.

This commit is contained in:
Lari Nieminen 2008-11-12 10:38:15 +00:00
parent c3afd8eec8
commit 5e96a10e06

View file

@ -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