From: nethack.rankin Date: Thu, 9 Jan 2003 01:32:26 +0000 (+0000) Subject: build fix X-Git-Tag: MOVE2GIT~2251 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f9b5bf82c5a5f50e3dc62fdf77332a444da5a1dd;p=nethack build fix I checked in the wrong diff earlier today. --- diff --git a/src/end.c b/src/end.c index 515c5d4e3..a94b7006d 100644 --- a/src/end.c +++ b/src/end.c @@ -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;