mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-20 02:21:44 +01:00
Addressed several compiler warnings.
This commit is contained in:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user