X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=r_light.h;h=509fe6440c4c98be7d2ccec158c0973aa89c2614;hp=bd8167be7a87adfe31cf2316ad5591d7ab6de57d;hb=ccf0849cbfe3013a00dff7f37cc68e774b241cb5;hpb=08470850c43eba9ba25eba895fce1059db8dbb86 diff --git a/r_light.h b/r_light.h index bd8167be..509fe644 100644 --- a/r_light.h +++ b/r_light.h @@ -13,6 +13,9 @@ typedef struct } dlight_t; // LordHavoc: this affects the lighting scale of the whole game -#define LIGHTOFFSET 16384.0f -#define LIGHTSCALE 4.0f -#define LIGHTSCALE2 4.0f +//#define LIGHTOFFSET 16384.0f +//#define LIGHTSCALE1 2.0f +#define LIGHTOFFSET 4096.0f +#define LIGHTSCALE1 1.0f +#define LIGHTSCALE (LIGHTSCALE1*LIGHTSCALE1) +#define LIGHTSCALE2 LIGHTSCALE