mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-13 18:03:19 +00:00
Fixed incorrect macro call.
This commit is contained in:
parent
cc77772466
commit
336b985f37
@ -471,70 +471,70 @@
|
||||
#ifdef EASY
|
||||
[event]
|
||||
name=turn 28
|
||||
MORE_ORCS
|
||||
{MORE_ORCS}
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
name=turn 22
|
||||
MORE_ORCS
|
||||
{MORE_ORCS}
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
name=turn 16
|
||||
MORE_ORCS
|
||||
{MORE_ORCS}
|
||||
[/event]
|
||||
|
||||
name=turn 10
|
||||
MORE_ORCS
|
||||
{MORE_ORCS}
|
||||
[/event]
|
||||
#endif
|
||||
|
||||
#ifdef NORMAL
|
||||
[event]
|
||||
name=turn 28
|
||||
MORE_ORCS
|
||||
{MORE_ORCS}
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
name=turn 22
|
||||
MORE_ORCS
|
||||
{MORE_ORCS}
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
name=turn 16
|
||||
MORE_ORCS
|
||||
{MORE_ORCS}
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
name=turn 10
|
||||
MORE_ORCS
|
||||
{MORE_ORCS}
|
||||
[/event]
|
||||
#endif
|
||||
|
||||
#ifdef HARD
|
||||
[event]
|
||||
name=turn 28
|
||||
MORE_ORCS
|
||||
{MORE_ORCS}
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
name=turn 22
|
||||
MORE_ORCS
|
||||
{MORE_ORCS}
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
name=turn 16
|
||||
MORE_ORCS
|
||||
{MORE_ORCS}
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
name=turn 10
|
||||
MORE_ORCS
|
||||
{MORE_ORCS}
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
name=turn 4
|
||||
MORE_ORCS
|
||||
{MORE_ORCS}
|
||||
[/event]
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user