shithub: choc

Download patch

ref: 94f59664ca51c0763beffe7f19f6094995bb9748
parent: 80816d072506256d38cf2c2cf796adc86c489dff
author: Turo Lamminen <turotl@gmail.com>
date: Tue Jan 22 14:09:42 EST 2019

setup: Make StartGameMenu window_title parameter const

--- a/src/setup/multiplayer.c
+++ b/src/setup/multiplayer.c
@@ -705,7 +705,7 @@
 // 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;