0
0
Fork 0
mirror of https://github.com/ZDoom/raze-gles.git synced 2025-01-29 18:30:37 +00:00

- SW: reset screen blend when resetting a level.

Fixes 
This commit is contained in:
Christoph Oelckers 2020-08-19 17:31:05 +02:00
parent 5cfd427e42
commit c2fd4d3d18

View file

@ -556,6 +556,7 @@ void InitRunLevel(void)
void TerminateLevel(void)
{
videoFadePalette(0, 0, 0, 0);
if (!currentLevel) return;
int i, nexti, stat, pnum, ndx;