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=03640d5bbbda33222c3bff86b97c198a43fc18d3;hp=a192adb19a65025d2d64c4671d244e11810efe58;hb=a6ec8a9595e988db977f0075402ab5279e653af9;hpb=75bc031b46097725c83b63bbdb520ac3c907ef05 diff --git a/templates/dungeon.c.tpl b/templates/dungeon.c.tpl index a192adb..03640d5 100644 --- a/templates/dungeon.c.tpl +++ b/templates/dungeon.c.tpl @@ -54,6 +54,6 @@ const travelop_t travel[] = {{ const char *ignore = "{ignore}"; /* Dwarf starting locations */ -const int dwarflocs[NDWARFLOCS] = {{{dwarflocs}}}; +const int dwarflocs[NDWARVES] = {{{dwarflocs}}}; /* end */