Package: nethack-common
Version: 3.4.3-6
Severity: wishlist

Hi,

Please see the attached patch - makes it a real top-ten list, even if I only 
ever play as Monk.

On a multiuser system, you may also want to increase ENTRYMAX; and I must 
confess that the patch is not really well-tested nor the top-ten logic 
really well-understood.  Works For Me(tm) kind of thing.

thanks & greetings
-- vbi

-- 
TV is chewing gum for the eyes.
                -- Frank Lloyd Wright
--- nethack-3.4.3/src/topten.c~ 2003-12-08 00:39:13.000000000 +0100
+++ nethack-3.4.3/src/topten.c	2005-10-04 16:46:49.000000000 +0200
@@ -32,8 +32,8 @@
 #define dealloc_ttentry(ttent) free((genericptr_t) (ttent))
 #define NAMSZ	10
 #define DTHSZ	100
-#define ROLESZ   3
-#define PERSMAX	 3		/* entries per name/uid per char. allowed */
+#define ROLESZ  10
+#define PERSMAX	10		/* entries per name/uid per char. allowed */
 #define POINTSMIN	1	/* must be > 0 */
 #define ENTRYMAX	100	/* must be >= 10 */
 

Attachment: pgpY4nfQxRx1K.pgp
Description: PGP signature

Reply via email to