made it so the Wesbench scenarios get only included in debug mode
This commit is contained in:
parent
da190c1849
commit
aa386ef8ea
3 changed files with 12 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
#textdomain wesnoth-multiplayer
|
||||
|
||||
#ifdef DEBUG_MODE
|
||||
[binary_path]
|
||||
path=data/campaigns/Heir_To_The_Throne
|
||||
[/binary_path]
|
||||
|
@ -189,3 +191,5 @@ Aa^Fpa ,Aa^Fpa , Aa^Fpa , Ha , Mm , Mm
|
|||
[/endlevel]
|
||||
[/event]
|
||||
[/multiplayer]
|
||||
|
||||
#endif
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
#textdomain wesnoth-multiplayer
|
||||
|
||||
#ifdef DEBUG_MODE
|
||||
[binary_path]
|
||||
path=data/campaigns/Heir_To_The_Throne
|
||||
[/binary_path]
|
||||
|
@ -211,3 +213,5 @@ border_size=1
|
|||
[/endlevel]
|
||||
[/event]
|
||||
[/multiplayer]
|
||||
|
||||
#endif
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
#textdomain wesnoth-multiplayer
|
||||
|
||||
#ifdef DEBUG_MODE
|
||||
[binary_path]
|
||||
path=data/campaigns/Heir_To_The_Throne
|
||||
[/binary_path]
|
||||
|
@ -603,3 +605,5 @@ border_size=1
|
|||
[/endlevel]
|
||||
[/event]
|
||||
[/multiplayer]
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue