[06:40:06] --- DominusExult is now known as Dominus
[06:52:03] --- static- is now known as static
[13:39:28] <Jupp3> Hi, noticed that on line 406 of exult.cc there's a call to SDL_VideoQuit()
[13:41:54] <Jupp3> http://sdl.beuc.net/sdl.wiki/SDL-1.3_SDL_VideoQuit - "Note: You should use this function if and only if you have initialized the video subsystem with SDL_VideoInit and SDL_WasInit(SDL_INIT_VIDEO) returns 0."
[13:42:30] <Jupp3> I can't find any references to SDL_VideoInit and SDL_Init() is called with SDL_INIT_VIDEO
[13:45:13] <Jupp3> (haven't had any problems because of that, latest beta of sdl implementation I use just was missing that function, and I was just checking what it actually does, can I replace it with anything etc.)
[16:23:23] <wjp> Jupp3: you may want to look at SDL 1.2 -> SDL x.y migration guides
[16:24:30] <wjp> I'd have to look up myself what exactly changed, so it's probably more efficient if you directly do that yourself
[16:24:33] <Jupp3> wjp: So it's SDL2 specific then?
[16:24:37] <wjp> what is?
[16:24:47] <Jupp3> The call in that case
[16:25:04] <wjp> which call in which case? (I'm a bit lost)
[16:25:16] <Jupp3> Well, the documentation I was looking at specifically stated "it should only be called in cases, that don't apply here"
[16:25:32] <wjp> but that's the 1.3 docs, looking at the URL
[16:25:46] <Jupp3> wjp: SDL_VideoQuit() whenever SDL_VideoInit() wasn't used (and SDL_Init(SDL_INIT_VIDEO) was)
[16:26:33] <Jupp3> Whoops...
[16:26:52] <Jupp3> I think I saw it on some 1.2 documentation too (although need to make sure it was 1.2)
[16:27:09] <Jupp3> Noticed it a while ago
[16:34:34] <Jupp3> wjp: Isn't SDL1.3 (pre-release / beta of) SDL2?
[19:28:17] <TheCycoONE> yes