]> granicus.if.org Git - nethack/commitdiff
add a note about a useless var (from <Someone>)
authorkeni <keni>
Tue, 17 Aug 2010 14:11:39 +0000 (14:11 +0000)
committerkeni <keni>
Tue, 17 Aug 2010 14:11:39 +0000 (14:11 +0000)
src/mklev.c

index 38055ade8ce80abfc4e27afadac56138e4eb94ec..f510b97a8ca5df6cf38e2717fcbbde5544e1f5aa 100644 (file)
@@ -51,7 +51,7 @@ STATIC_DCL void FDECL(mk_knox_portal, (XCHAR_P,XCHAR_P));
 #define init_vault()   vault_x = -1
 #define do_vault()     (vault_x != -1)
 static xchar           vault_x, vault_y;
-boolean goldseen;
+boolean goldseen;      /* XXX do we need this variable?  It does nothing. */
 static boolean made_branch;    /* used only during level creation */
 
 /* Args must be (const genericptr) so that qsort will always be happy. */