Initialize dwarf locations in YAML, not C.
[open-adventure.git] / templates / dungeon.c.tpl
index 4a7011ab033e6f2988faf2db03f2f20833ca6d5b..a192adb19a65025d2d64c4671d244e11810efe58 100644 (file)
@@ -53,4 +53,7 @@ const travelop_t travel[] = {{
 
 const char *ignore = "{ignore}";
 
+/* Dwarf starting locations */
+const int dwarflocs[NDWARFLOCS] = {{{dwarflocs}}};
+
 /* end */