Added missing [binary_path]s...
...so the editor finds the images for the campaign-specific terrains.
This commit is contained in:
parent
124062ca13
commit
2b4546a489
2 changed files with 6 additions and 0 deletions
|
@ -53,6 +53,9 @@
|
|||
#endif
|
||||
|
||||
#ifdef EDITOR
|
||||
[binary_path]
|
||||
path=data/campaigns/Descent_Into_Darkness
|
||||
[/binary_path]
|
||||
[editor_group]
|
||||
id=did
|
||||
name= _ "Descent into Darkness"
|
||||
|
|
|
@ -123,6 +123,9 @@
|
|||
#endif
|
||||
|
||||
#ifdef EDITOR
|
||||
[binary_path]
|
||||
path=data/campaigns/Under_the_Burning_Suns
|
||||
[/binary_path]
|
||||
[editor_group]
|
||||
id=utbs
|
||||
name= _ "Under the Burning Suns"
|
||||
|
|
Loading…
Add table
Reference in a new issue