]> granicus.if.org Git - nethack/commitdiff
follow-up bit for stale gold sym
authornhmall <nhmall@nethack.org>
Thu, 15 Nov 2018 07:51:27 +0000 (02:51 -0500)
committernhmall <nhmall@nethack.org>
Thu, 15 Nov 2018 07:51:27 +0000 (02:51 -0500)
src/botl.c

index aa5d64f48a203d51706eb4ab27cd16517cd19ae2..b2462f50f89a8e992b0f992f4bd1fd49643febff 100644 (file)
@@ -734,7 +734,7 @@ boolean *valsetlist;
      */
 
     if (fld == BL_GOLD) {
-        if (context.rndencode != oldrndencode && fld == BL_GOLD) {
+        if (context.rndencode != oldrndencode) {
             chg = 2;
             oldrndencode = context.rndencode;
         }