diff options
author | aap <aap@papnet.eu> | 2020-10-27 15:55:07 +0100 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-10-27 15:57:26 +0100 |
commit | a4d198005ddb2c8bba82b92fb842faad95e6aec4 (patch) | |
tree | d7d670d335acf39776ed883df3139b8a164d1fbb /src/extras/custompipes.h | |
parent | Fix undefined colorId for pickups (diff) | |
download | re3-a4d198005ddb2c8bba82b92fb842faad95e6aec4.tar re3-a4d198005ddb2c8bba82b92fb842faad95e6aec4.tar.gz re3-a4d198005ddb2c8bba82b92fb842faad95e6aec4.tar.bz2 re3-a4d198005ddb2c8bba82b92fb842faad95e6aec4.tar.lz re3-a4d198005ddb2c8bba82b92fb842faad95e6aec4.tar.xz re3-a4d198005ddb2c8bba82b92fb842faad95e6aec4.tar.zst re3-a4d198005ddb2c8bba82b92fb842faad95e6aec4.zip |
Diffstat (limited to '')
-rw-r--r-- | src/extras/custompipes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/extras/custompipes.h b/src/extras/custompipes.h index 4ebe586f..6e9c6517 100644 --- a/src/extras/custompipes.h +++ b/src/extras/custompipes.h @@ -98,6 +98,7 @@ void DestroyVehiclePipe(void); void AttachVehiclePipe(rw::Atomic *atomic); void AttachVehiclePipe(rw::Clump *clump); +extern bool LightmapEnable; extern float LightmapMult; extern InterpolatedFloat WorldLightmapBlend; extern rw::ObjPipeline *worldPipe; @@ -106,6 +107,7 @@ void DestroyWorldPipe(void); void AttachWorldPipe(rw::Atomic *atomic); void AttachWorldPipe(rw::Clump *clump); +extern bool GlossEnable; extern float GlossMult; extern rw::ObjPipeline *glossPipe; void CreateGlossPipe(void); @@ -114,6 +116,7 @@ void AttachGlossPipe(rw::Atomic *atomic); void AttachGlossPipe(rw::Clump *clump); rw::Texture *GetGlossTex(rw::Material *mat); +extern bool RimlightEnable; extern float RimlightMult; extern InterpolatedColor RampStart; extern InterpolatedColor RampEnd; |