mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-21 15:04:07 +01:00
New mail system, with inbox OLC, index rebuilder and initial mail
This commit is contained in:
parent
d257dc0c75
commit
e068bfd5c0
28 changed files with 4085 additions and 588 deletions
|
|
@ -48,7 +48,7 @@ static struct olc_scmd_info_t {
|
|||
*/
|
||||
|
||||
/* Global variables defined here, used elsewhere */
|
||||
const char *nrm, *grn, *cyn, *yel;
|
||||
const char *nrm, *grn, *cyn, *yel, *gry;
|
||||
|
||||
/* Internal Function prototypes */
|
||||
static void free_config(struct config_data *data);
|
||||
|
|
@ -70,6 +70,7 @@ void get_char_colors(struct char_data *ch)
|
|||
grn = CCGRN(ch, C_NRM);
|
||||
cyn = CCCYN(ch, C_NRM);
|
||||
yel = CCYEL(ch, C_NRM);
|
||||
gry = CBBLK(ch, C_NRM);
|
||||
}
|
||||
|
||||
/* This procedure frees up the strings and/or the structures attatched to a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue