setup: Make StartGameMenu window_title parameter const
This commit is contained in:
parent
80816d0725
commit
94f59664ca
1 changed files with 1 additions and 1 deletions
|
|
@ -705,7 +705,7 @@ static txt_dropdown_list_t *GameTypeDropdown(void)
|
|||
// and the single player warp menu. The parameters specify
|
||||
// the window title and whether to display multiplayer options.
|
||||
|
||||
static void StartGameMenu(char *window_title, int multiplayer)
|
||||
static void StartGameMenu(const char *window_title, int multiplayer)
|
||||
{
|
||||
txt_window_t *window;
|
||||
txt_widget_t *iwad_selector;
|
||||
|
|
|
|||
Loading…
Reference in a new issue