mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-30 16:00:55 +00:00
- delete textures before starting the ENDOOM screen.
This commit is contained in:
parent
03d25b75da
commit
2f403efba2
1 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,7 @@
|
||||||
#include "printf.h"
|
#include "printf.h"
|
||||||
#include "startupinfo.h"
|
#include "startupinfo.h"
|
||||||
#include "i_interface.h"
|
#include "i_interface.h"
|
||||||
|
#include "texturemanager.h"
|
||||||
|
|
||||||
// MACROS ------------------------------------------------------------------
|
// MACROS ------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -607,6 +608,7 @@ int RunEndoom()
|
||||||
|
|
||||||
void ST_Endoom()
|
void ST_Endoom()
|
||||||
{
|
{
|
||||||
|
TexMan.DeleteAll();
|
||||||
int code = RunEndoom();
|
int code = RunEndoom();
|
||||||
throw CExitEvent(code);
|
throw CExitEvent(code);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue