Typo fix.
[open-adventure.git] / templates / dungeon.c.tpl
index 4a7011ab033e6f2988faf2db03f2f20833ca6d5b..03640d5bbbda33222c3bff86b97c198a43fc18d3 100644 (file)
@@ -53,4 +53,7 @@ const travelop_t travel[] = {{
 
 const char *ignore = "{ignore}";
 
+/* Dwarf starting locations */
+const int dwarflocs[NDWARVES] = {{{dwarflocs}}};
+
 /* end */