mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-07 21:32:33 +01:00
Addressed several compiler warnings.
This commit is contained in:
parent
08374524d0
commit
fc4c64c782
61 changed files with 163 additions and 395 deletions
|
|
@ -8,9 +8,6 @@
|
|||
* CircleMUD is based on DikuMUD, Copyright (C) 1990, 1991. *
|
||||
**************************************************************************/
|
||||
|
||||
/* needed by sysdep.h to allow for definition of <sys/stat.h> */
|
||||
#define __ACT_OTHER_C__
|
||||
|
||||
#include "conf.h"
|
||||
#include "sysdep.h"
|
||||
#include "structs.h"
|
||||
|
|
@ -843,7 +840,7 @@ ACMD(do_gen_tog)
|
|||
return;
|
||||
}
|
||||
|
||||
void show_happyhour(struct char_data *ch)
|
||||
static void show_happyhour(struct char_data *ch)
|
||||
{
|
||||
char happyexp[80], happygold[80], happyqp[80];
|
||||
int secs_left;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue