From 9ebc325833e858b4295322e10edda22b6b78ac27 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Tue, 16 Apr 2019 20:05:41 +0200 Subject: 20190416.1 global branch merge. Signed-off-by: Matteo Bernardini --- games/roadfighter/gcc.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 games/roadfighter/gcc.patch (limited to 'games/roadfighter/gcc.patch') diff --git a/games/roadfighter/gcc.patch b/games/roadfighter/gcc.patch new file mode 100644 index 0000000000..c7e3e3895a --- /dev/null +++ b/games/roadfighter/gcc.patch @@ -0,0 +1,11 @@ +--- src/auxiliar.cpp 2016-06-07 16:18:19.672015830 +0200 ++++ src/auxiliar.cpp 2016-06-07 16:18:41.678235683 +0200 +@@ -84,7 +84,7 @@ + mask=IMG_Load(name); + + if (tmp==0 || +- mask==0) return false; ++ mask==0) return 0; + + res=SDL_DisplayFormatAlpha(tmp); + -- cgit v1.2.3