Closed midzer closed 1 year ago
Hi, I had to add FindSDL2_mixer.cmake to cmake/modules to compile on Linux. Maybe it would be better to add FindSDL2.cmake and FindSDL2_net.cmake as well.
Yes, I have not tested other OS except debian 11.
Also on Windows I get: identifier "SDL_DisplayFormat" is undefined Bombermaaan E:\Projects\Bombermaaan2\Bombermaaan\trunk\src\CVideoSDL.cpp 519 It seems it needs to be: SDL_ConvertSurfaceFormat
I merged it into sdl2 branch. There are still some issues that need to be fixed.
This has been merged into master now.
Great :)
Hi again,
build fine for me.
I remember we still have to free new
m_pWindow
andm_pRenderer
on program quit.Will close https://github.com/bjaraujo/Bombermaaan/issues/53
Cheers midzer