Simplify some dependencies.
[open-adventure.git] / templates / dungeon.c.tpl
index a192adb19a65025d2d64c4671d244e11810efe58..03640d5bbbda33222c3bff86b97c198a43fc18d3 100644 (file)
@@ -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 */