We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0db04a6 commit 1831dd9Copy full SHA for 1831dd9
prboom2/src/r_main.c
@@ -931,11 +931,12 @@ static void R_SetupFrame (player_t *player)
931
int i, cm;
932
933
int FocalTangent = finetangent[FINEANGLES/4 + FieldOfView/2];
934
+ int extra_brightness = dsda_IntConfig(dsda_config_extra_level_brightness);
935
936
viewplayer = player;
937
938
extralight = player->extralight;
- int extra_brightness = dsda_IntConfig(dsda_config_extra_level_brightness);
939
+
940
if (extra_brightness < 0 || extra_brightness > 4) {
941
extra_brightness = 0;
942
}
0 commit comments