summaryrefslogtreecommitdiffstats
path: root/src/render/PointLights.h
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2019-06-30 21:36:53 +0200
committereray orçunus <erayorcunus@gmail.com>2019-06-30 21:36:53 +0200
commit99295827f79ccffa9d3976af2b9a19920d7d8bde (patch)
treee61ef805296e034766fca5e852224c6e522f8854 /src/render/PointLights.h
parentMerge branch 'master' of git://github.com/GTAmodding/re3 into erorcun (diff)
parentMerge pull request #80 from ShFil119/special (diff)
downloadre3-99295827f79ccffa9d3976af2b9a19920d7d8bde.tar
re3-99295827f79ccffa9d3976af2b9a19920d7d8bde.tar.gz
re3-99295827f79ccffa9d3976af2b9a19920d7d8bde.tar.bz2
re3-99295827f79ccffa9d3976af2b9a19920d7d8bde.tar.lz
re3-99295827f79ccffa9d3976af2b9a19920d7d8bde.tar.xz
re3-99295827f79ccffa9d3976af2b9a19920d7d8bde.tar.zst
re3-99295827f79ccffa9d3976af2b9a19920d7d8bde.zip
Diffstat (limited to '')
-rw-r--r--src/render/PointLights.h6
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,