mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-19 14:08:06 +01:00
Addressed several compiler warnings.
This commit is contained in:
parent
08374524d0
commit
fc4c64c782
61 changed files with 163 additions and 395 deletions
|
|
@ -352,7 +352,7 @@ static void qedit_disp_menu(struct descriptor_data *d)
|
|||
OLC_MODE(d) = QEDIT_MAIN_MENU;
|
||||
}
|
||||
/* For quest type. */
|
||||
void qedit_disp_type_menu(struct descriptor_data *d)
|
||||
static void qedit_disp_type_menu(struct descriptor_data *d)
|
||||
{
|
||||
clear_screen(d);
|
||||
column_list(d->character, 0, quest_types, NUM_AQ_TYPES, TRUE);
|
||||
|
|
@ -360,7 +360,7 @@ void qedit_disp_type_menu(struct descriptor_data *d)
|
|||
OLC_MODE(d) = QEDIT_TYPES;
|
||||
}
|
||||
/* For quest flags. */
|
||||
void qedit_disp_flag_menu(struct descriptor_data *d)
|
||||
static void qedit_disp_flag_menu(struct descriptor_data *d)
|
||||
{
|
||||
char bits[MAX_STRING_LENGTH];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue