Browse Source

apply gamma change to HUD on 640x480

pull/421/head
qndel 6 years ago committed by Anders Jenbo
parent
commit
3920bf2678
  1. 1
      Source/palette.cpp

1
Source/palette.cpp

@ -126,6 +126,7 @@ void ApplyGamma(PALETTEENTRY *dst, const PALETTEENTRY *src, int n)
dst++;
src++;
}
force_redraw = 255;
}
void DecreaseGamma()

Loading…
Cancel
Save