Add MAX_STATUENAME_RANK sysconf setting

MAX_STATUENAME_RANK tells how many score file entries to use
for random statue names.
This commit is contained in:
Pasi Kallinen
2015-03-17 18:47:24 +02:00
parent 21cce7fbe6
commit 36995448fb
6 changed files with 17 additions and 1 deletions
+1
View File
@@ -22,6 +22,7 @@ struct sysopt {
int pers_is_uid;
int entrymax;
int pointsmin;
int tt_oname_maxrank;
#ifdef PANICTRACE
/* panic options */
char *gdbpath;