X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=templates%2Fdungeon.c.tpl;h=03640d5bbbda33222c3bff86b97c198a43fc18d3;hb=a6ec8a9595e988db977f0075402ab5279e653af9;hp=4a7011ab033e6f2988faf2db03f2f20833ca6d5b;hpb=2582e240bd504307b206a384008adb4dd545eb19;p=open-adventure.git diff --git a/templates/dungeon.c.tpl b/templates/dungeon.c.tpl index 4a7011a..03640d5 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[NDWARVES] = {{{dwarflocs}}}; + /* end */