this ain't const anymore

This commit is contained in:
fgsfds 2020-05-22 01:42:07 +03:00
parent 686ea5be7b
commit 4bbde37464
1 changed files with 2 additions and 3 deletions

View File

@ -156,7 +156,7 @@ static void gfx_sdl_init(void) {
else if (gCLIOpts.FullScreen == 2)
configWindow.fullscreen = false;
const char window_title[96] =
char window_title[96] =
#ifndef USE_GLES
"Super Mario 64 PC port (OpenGL)";
#else
@ -164,8 +164,7 @@ static void gfx_sdl_init(void) {
#endif
#ifdef NIGHTLY
strcat(window_title, " nightly ");
strcat(window_title, GIT_HASH);
strcat(window_title, " nightly " GIT_HASH);
#endif
wnd = SDL_CreateWindow(