X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=templates%2Fdungeon.c.tpl;fp=templates%2Fdungeon.c.tpl;h=a192adb19a65025d2d64c4671d244e11810efe58;hp=4a7011ab033e6f2988faf2db03f2f20833ca6d5b;hb=b247359d7f5422fe0c5c1f78d05da01c7d311f9e;hpb=1f9f39d789aed4daec0f901a84f54abbeb5b6c57 diff --git a/templates/dungeon.c.tpl b/templates/dungeon.c.tpl index 4a7011a..a192adb 100644 --- a/templates/dungeon.c.tpl +++ b/templates/dungeon.c.tpl @@ -53,4 +53,7 @@ const travelop_t travel[] = {{ const char *ignore = "{ignore}"; +/* Dwarf starting locations */ +const int dwarflocs[NDWARFLOCS] = {{{dwarflocs}}}; + /* end */