Move some macros that were in a separtate file for no obvious reason.

This commit is contained in:
Eric S. Raymond 2008-10-28 01:30:31 +00:00
parent 679751103f
commit 0f495dc754
4 changed files with 10 additions and 8 deletions

View file

@ -13,7 +13,7 @@
{EXTRA_SCENARIO_MUSIC nunc_dimittis.ogg}
{VICTORY_AND_DEFEAT_MUSIC}
{./North_elves_utils.cfg}
{NORTH_ELVES_VILLAGES}
next_scenario=18_hour_of_glory
[story]

View file

@ -11,7 +11,7 @@
# {STARTING_VILLAGES_AREA 2 38 25 12}
# {VILLAGE_SIDE X Y 1}
{./North_elves_utils.cfg}
{NORTH_ELVES_VILLAGES}
# TODO find better music
{INTRO_AND_SCENARIO_MUSIC northerners.ogg elvish-theme.ogg}

View file

@ -1,6 +0,0 @@
#textdomain wesnoth-low
{STARTING_VILLAGES 2 12}
{STARTING_VILLAGES_AREA 2 38 25 12}
{STARTING_VILLAGES_AREA 2 55 36 7}
{VILLAGE_SIDE 2 11 27}
{VILLAGE_SIDE 2 48 8}

View file

@ -269,3 +269,11 @@
{CLEAR_VARIABLE random_placement_x}
{CLEAR_VARIABLE random_placement_y}
#enddef
#define NORTH_ELVES_VILLAGES
{STARTING_VILLAGES 2 12}
{STARTING_VILLAGES_AREA 2 38 25 12}
{STARTING_VILLAGES_AREA 2 55 36 7}
{VILLAGE_SIDE 2 11 27}
{VILLAGE_SIDE 2 48 8}
#enddef