sdl2: error: initializer overrides prior initialization of this subobject
osx and clang_debug CI builds fail:
../../../client/gui-sdl2/gui_main.c:404:33: note: expanded from macro 'SCROLL_MAP_AREA'
../../../client/gui-sdl2/gui_main.c:489:39: note: previous initialization is here
Likely the latter '.y' is supposed to be '.h'.
Fix attached. Will push immediately as an emergency fix.
osx and clang_debug CI builds fail:
SDL_Rect rect_north = {.x = 0, .y = 0, .w = main_data.map->w, .y = SCROLL_MAP_AREA};
BR]../../../client/gui-sdl2/gui_main.c:404:33: note: expanded from macro 'SCROLL_MAP_AREA'
../../../client/gui-sdl2/gui_main.c:489:39: note: previous initialization is here
Likely the latter '.y' is supposed to be '.h'.