Skip to content

Commit

Permalink
No fade to black on quit if custom colormap
Browse files Browse the repository at this point in the history
  • Loading branch information
bradharding committed Jan 4, 2018
1 parent b576bcb commit 20b8e13
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/d_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,9 @@ void D_PageDrawer(void)
//
void D_FadeScreen(void)
{
if (W_CheckMultipleLumps("COLORMAP") > 1)
return;

for (int i = 0; i < 11; i++)
{
I_SetPalette(splashpal + i * 768);
Expand Down

0 comments on commit 20b8e13

Please sign in to comment.