Typo fix.
[open-adventure.git] / templates / dungeon.c.tpl
index 25f4d268377963053ec07132c9f7bdeb4119738b..03640d5bbbda33222c3bff86b97c198a43fc18d3 100644 (file)
@@ -1,5 +1,5 @@
 /*
-SPDX-FileCopyrightText: Eric S. Raymond
+SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 SPDX-License-Identifier: BSD-2-Clause
 */
 
@@ -53,4 +53,7 @@ const travelop_t travel[] = {{
 
 const char *ignore = "{ignore}";
 
+/* Dwarf starting locations */
+const int dwarflocs[NDWARVES] = {{{dwarflocs}}};
+
 /* end */