mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2025-02-03 14:21:13 +00:00
62acfb3348
In SDL2, the initialized subsystems are referenced counted, so it's safe to initialize them twice, and it makes the SDL_QuitSubSystem during our shutdown correctly decrement the count. Before (as a probably-harmless bug), it would not increment the refcount if the subsystem was already initialized, causing problems when it decremented it later. |
||
---|---|---|
.. | ||
sdl_gamma.c | ||
sdl_glimp.c | ||
sdl_icon.h | ||
sdl_input.c | ||
sdl_snd.c |