Navigation Menu

Skip to content

Commit

Permalink
Added wall glow fog brightness factor
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Aug 28, 2003
1 parent 2509365 commit 6d88907
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doomsday/Include/rend_dyn.h
Expand Up @@ -54,9 +54,10 @@ extern lumobj_t *luminousList;
extern lumobj_t **dlSubLinks;
extern int numLuminous;
extern int useDynLights;
extern int maxDynLights, dlBlend, /*clipLights, */dlMaxRad;
extern float dlRadFactor, dlFactor;//, dlContract;
extern int maxDynLights, dlBlend, dlMaxRad;
extern float dlRadFactor, dlFactor;
extern int useWallGlow, glowHeight;
extern float glowFogBright;
extern int rend_info_lums;

extern dynlight_t **floorLightLinks;
Expand Down

0 comments on commit 6d88907

Please sign in to comment.