mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 19:38:06 -04:00
fix ENDOOM crash
This commit is contained in:
parent
0c2e248f8b
commit
07206637eb
@ -40,6 +40,8 @@ void I_Quit(void)
|
||||
{
|
||||
int i;
|
||||
|
||||
SDL_QuitSubSystem(SDL_INIT_VIDEO);
|
||||
|
||||
SDL_Quit();
|
||||
|
||||
if (!tempdirs)
|
||||
|
@ -1680,8 +1680,6 @@ void I_ShutdownGraphics(void)
|
||||
}
|
||||
|
||||
UpdateGrab();
|
||||
|
||||
SDL_QuitSubSystem(SDL_INIT_VIDEO);
|
||||
}
|
||||
|
||||
void I_InitGraphics(void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user