X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=templates%2Fdungeon.c.tpl;h=a192adb19a65025d2d64c4671d244e11810efe58;hb=b247359d7f5422fe0c5c1f78d05da01c7d311f9e;hp=d1604a5f02eed71b45712b4827780ed55d9b36c3;hpb=1ce4fc2ac3d3bd09996ea342311ad141e56f343d;p=open-adventure.git diff --git a/templates/dungeon.c.tpl b/templates/dungeon.c.tpl index d1604a5..a192adb 100644 --- a/templates/dungeon.c.tpl +++ b/templates/dungeon.c.tpl @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: Eric S. Raymond +SPDX-FileCopyrightText: Copyright Eric S. Raymond SPDX-License-Identifier: BSD-2-Clause */ @@ -53,4 +53,7 @@ const travelop_t travel[] = {{ const char *ignore = "{ignore}"; +/* Dwarf starting locations */ +const int dwarflocs[NDWARFLOCS] = {{{dwarflocs}}}; + /* end */