mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-30 16:05:42 +00:00
Removed the comments in ON_DIFFICULTY's EASY definition,
...for it breaks things... Fixes bug #17025. shadowmaster demanded this commit.
This commit is contained in:
parent
62146f79d4
commit
0a6fd74f77
@ -25,13 +25,6 @@
|
|||||||
# wmlscope: start conditionals
|
# wmlscope: start conditionals
|
||||||
#ifdef EASY
|
#ifdef EASY
|
||||||
#define ON_DIFFICULTY EASY_VALUE NORMAL_VALUE HARD_VALUE
|
#define ON_DIFFICULTY EASY_VALUE NORMAL_VALUE HARD_VALUE
|
||||||
# Macros to define different values based on difficulty levels
|
|
||||||
#
|
|
||||||
# Example:
|
|
||||||
# ! [set_variable]
|
|
||||||
# ! name=villain
|
|
||||||
# ! value={ON_DIFFICULTY (Wolf Rider) (Goblin Knight) (Direwolf Rider)}
|
|
||||||
# ! [/set_variable]
|
|
||||||
{EASY_VALUE}#enddef
|
{EASY_VALUE}#enddef
|
||||||
#endif
|
#endif
|
||||||
#ifdef NORMAL
|
#ifdef NORMAL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user