summaryrefslogtreecommitdiffstats
path: root/games/roadfighter/gcc.patch
diff options
context:
space:
mode:
author Matteo Bernardini2019-05-04 07:46:43 +0200
committer Matteo Bernardini2019-05-04 07:46:43 +0200
commitfa1636226b6860de43aa40332badbd3ebcac50c8 (patch)
treeb9224f52ca65168511fbdf9ffc375527f55213dd /games/roadfighter/gcc.patch
parent8d0526bb95b4cd6732326f6c4b528dbbddd30e45 (diff)
downloadslackbuilds-current-20190504.1.tar.gz
20190504.1 global branch merge.current-20190504.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/roadfighter/gcc.patch')
-rw-r--r--games/roadfighter/gcc.patch11
1 files changed, 11 insertions, 0 deletions
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);
+