mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-25 05:48:03 -04:00
take into account "smooth diminishing lighting" for "level brightness" feature
This commit is contained in:
parent
f9ccf54869
commit
010b85eca3
@ -654,7 +654,7 @@ void R_SetupFrame (player_t *player)
|
||||
pitch = player->lookdir / MLOOKUNIT + player->recoilpitch;
|
||||
}
|
||||
extralight = player->extralight;
|
||||
extralight += STRICTMODE(extra_level_brightness); // level brightness feature
|
||||
extralight += STRICTMODE(LIGHTBRIGHT * extra_level_brightness);
|
||||
|
||||
if (pitch > LOOKDIRMAX)
|
||||
pitch = LOOKDIRMAX;
|
||||
|
Loading…
x
Reference in New Issue
Block a user