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-11 19:56:34 +02:00
parent 3243b332a3
commit a335f8306f
6 changed files with 17 additions and 1 deletions

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;