You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-puzzle/xwelltris/files/xwelltris-1.0.1-gcc-11.patch

12 lines
317 B

--- a/src/sdl/sdlwelldrawing.cxx
+++ b/src/sdl/sdlwelldrawing.cxx
@@ -72,7 +72,7 @@ void SDLWellDrawingEngine::init(int inum_fields, int idx, int idy,
fields[i]=SDL_DisplayFormat(surface);
SDL_FreeSurface(surface);
- if(fields[i]>0)
+ if(fields[i])
clear_field(i);
}
bg_color=colors[BackColor];