Add SIMPLE_MAIL compile-time option for public servers

This commit is contained in:
Pasi Kallinen
2016-01-04 19:52:34 +02:00
parent 34b45a2c10
commit 89e4d5e9fa
2 changed files with 77 additions and 1 deletions

View File

@@ -191,7 +191,16 @@
#endif
#endif
/* If SIMPLE_MAIL is defined, the mail spool file format is
"sender:message", one mail per line, and mails are
read within game, from demon-delivered mail scrolls */
/* #define SIMPLE_MAIL */
#ifndef MAILCKFREQ
/* How often mail spool file is checked for new messages, in turns */
#define MAILCKFREQ 50
#endif
#endif /* MAIL */
/*