mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
12 lines
263 B
Diff
12 lines
263 B
Diff
|
--- 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);
|
||
|
|