mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 15:22:16 +00:00
Merge branch 'maint_1.8'
This commit is contained in:
commit
3f3cbbe7f5
1 changed files with 1 additions and 1 deletions
|
@ -813,7 +813,7 @@ void FGLRenderer::SetFixedColormap (player_t *player)
|
|||
player_t * cplayer = player->camera->player;
|
||||
if (cplayer)
|
||||
{
|
||||
if (cplayer->extralight<0)
|
||||
if (cplayer->extralight == INT_MIN)
|
||||
{
|
||||
gl_fixedcolormap=CM_FIRSTSPECIALCOLORMAP + INVERSECOLORMAP;
|
||||
extralight=0;
|
||||
|
|
Loading…
Reference in a new issue