Index: head/games/f1spirit-remake/files/patch-sources_auxiliar.cpp =================================================================== --- head/games/f1spirit-remake/files/patch-sources_auxiliar.cpp (nonexistent) +++ head/games/f1spirit-remake/files/patch-sources_auxiliar.cpp (revision 473499) @@ -0,0 +1,11 @@ +--- sources/auxiliar.cpp.orig 2018-06-28 15:42:12 UTC ++++ sources/auxiliar.cpp +@@ -88,7 +88,7 @@ SDL_Surface *load_maskedimage(char *imag + mask=IMG_Load(name); + + if (tmp==0 || +- mask==0) return false; ++ mask==0) return NULL; + + res=SDL_DisplayFormatAlpha(tmp); + Property changes on: head/games/f1spirit-remake/files/patch-sources_auxiliar.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property