src/auxiliar.cpp: In function ‘SDL_Surface* load_maskedimage(char*, char*, char*)’:
src/auxiliar.cpp:87:19: error: cannot convert ‘bool’ to ‘SDL_Surface*’ in return
mask==0) return false;
changing 'false' to 'res' compiles, but it's probably not desireable. what would be a sensible return value if loading resources fails?
Building on aarch64, Makefile thinks I want PANDORA. So i changed the CFLAGS after else. I don't know wy $(LINUX) didn't = 1 (arm devuan)
After this build fails with:
changing 'false' to 'res' compiles, but it's probably not desireable. what would be a sensible return value if loading resources fails?