]> granicus.if.org Git - nethack/commitdiff
Add missing valid location descriptors
authorPasi Kallinen <paxed@alt.org>
Wed, 5 Dec 2018 21:15:14 +0000 (23:15 +0200)
committerPasi Kallinen <paxed@alt.org>
Wed, 5 Dec 2018 21:15:14 +0000 (23:15 +0200)
src/do_name.c

index 38665135efeda6d304be4b01023e700399d06030..01feca7e791e451f19318a8e0d6d363912fa7708 100644 (file)
@@ -57,7 +57,9 @@ static const char *const gloc_descr[NUM_GLOCS][4] = {
     { "any unexplored areas", "unexplored area", "unexplored location",
       "unexplored locations" },
     { "anything interesting", "interesting thing", "anything interesting",
-      "anything interesting" }
+      "anything interesting" },
+    { "any valid locations", "valid location", "valid location",
+      "valid locations" }
 };
 
 static const char *const gloc_filtertxt[NUM_GFILTER] = {