build fix

I checked in the wrong diff earlier today.
This commit is contained in:
nethack.rankin
2003-01-09 01:32:26 +00:00
parent f52b94336f
commit f9b5bf82c5

View File

@@ -509,7 +509,7 @@ winid endwin;
value = arti_cost(otmp); /* zorkmid value */
points = value * 5 / 2; /* score value */
if (counting) {
u.rexp += points;
u.urexp += points;
} else {
makeknown(otmp->otyp);
otmp->known = otmp->dknown = otmp->bknown = otmp->rknown = 1;