Project

General

Profile

Feature #1588 ยป 0035-Drop-empty-settings_turn.patch

Marko Lindqvist, 11/13/2025 12:45 AM

View differences:

server/settings.c
} settings_iterate_end;
}
/************************************************************************//**
Update stuff every turn that is related to this code module. Run this
on turn end.
****************************************************************************/
void settings_turn(void)
{
/* Nothing at the moment. */
}
/************************************************************************//**
Deinitialize stuff related to this code module.
****************************************************************************/
server/settings.h
void settings_init(bool act);
void settings_reset(void);
void settings_turn(void);
void settings_free(void);
int settings_number(void);
server/srv_main.c
update_diplomatics();
make_history_report();
settings_turn();
voting_turn();
send_city_turn_notifications(nullptr);
    (1-1/1)