Browse Source

Fix buid for Clang and MSVC from last merge (SetFadeLevel)

pull/481/head
Anders Jenbo 6 years ago
parent
commit
bcd25c8b69
  1. 2
      Source/palette.cpp

2
Source/palette.cpp

@ -151,7 +151,7 @@ int UpdateGamma(int gamma)
return 130 - gamma_correction;
}
static void SetFadeLevel(DWORD fadeval)
void SetFadeLevel(DWORD fadeval)
{
int i;
RECT SrcRect;

Loading…
Cancel
Save