OSDN Git Service

adjust comment out
[jnethack/source.git] / src / wield.c
index 86546e6..6c02362 100644 (file)
@@ -916,7 +916,11 @@ chwepon(otmp, amount)
 register struct obj *otmp;
 register int amount;
 {
+#if 0 /*JP*/
+    const char *color = hcolor((amount < 0) ? NH_BLACK : NH_BLUE);
+#else
     const char *color = hcolor_adv((amount < 0) ? NH_BLACK : NH_BLUE);
+#endif
     const char *xtime, *wepname = "";
     boolean multiple;
     int otyp = STRANGE_OBJECT;