diff options
author | aap <aap@papnet.eu> | 2019-06-30 21:06:55 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2019-06-30 21:06:55 +0200 |
commit | af2e764d81d6a5981bab0a0d1fd0c79cf2465f69 (patch) | |
tree | 7b3202766bcbe9711d4a0a24952bca3c4e39d6ae /src/render/PointLights.h | |
parent | Merge pull request #79 from Nick007J/master (diff) | |
download | re3-af2e764d81d6a5981bab0a0d1fd0c79cf2465f69.tar re3-af2e764d81d6a5981bab0a0d1fd0c79cf2465f69.tar.gz re3-af2e764d81d6a5981bab0a0d1fd0c79cf2465f69.tar.bz2 re3-af2e764d81d6a5981bab0a0d1fd0c79cf2465f69.tar.lz re3-af2e764d81d6a5981bab0a0d1fd0c79cf2465f69.tar.xz re3-af2e764d81d6a5981bab0a0d1fd0c79cf2465f69.tar.zst re3-af2e764d81d6a5981bab0a0d1fd0c79cf2465f69.zip |
Diffstat (limited to '')
-rw-r--r-- | src/render/PointLights.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/render/PointLights.h b/src/render/PointLights.h index 288571d0..c350e4c8 100644 --- a/src/render/PointLights.h +++ b/src/render/PointLights.h @@ -26,8 +26,10 @@ public: LIGHT_DIRECTIONAL, LIGHT_DARKEN, // no effects at all // these have only fog, otherwise no difference? - LIGHT_FOGONLY_3, - LIGHT_FOGONLY_4, + // only used by CEntity::ProcessLightsForEntity it seems + // and there used together with fog type + LIGHT_FOGONLY_ALWAYS, + LIGHT_FOGONLY, }; enum { FOG_NONE, |