mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 17:01:28 +00:00
- Duke: set game palette before rendering the automap
This commit is contained in:
parent
16c81f0b1f
commit
a071479339
1 changed files with 2 additions and 0 deletions
|
@ -239,6 +239,8 @@ void drawoverlays(double smoothratio)
|
|||
int cposx, cposy, cang;
|
||||
|
||||
pp = &ps[screenpeek];
|
||||
// set palette here, in case the 3D view is off.
|
||||
setgamepalette(setpal(pp));
|
||||
|
||||
float blend[4] = {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue