summaryrefslogtreecommitdiff
path: root/tocltcmds.go
diff options
context:
space:
mode:
Diffstat (limited to 'tocltcmds.go')
-rw-r--r--tocltcmds.go10
1 files changed, 8 insertions, 2 deletions
diff --git a/tocltcmds.go b/tocltcmds.go
index b3dfe5a..56974e1 100644
--- a/tocltcmds.go
+++ b/tocltcmds.go
@@ -827,8 +827,14 @@ func (cmd *ToCltMinimapModes) deserialize(r io.Reader) {
// ToCltLighting tells the client the shadow intensity of the local player.
type ToCltLighting struct {
- ShadowIntensity float32
- Saturation float32
+ ShadowIntensity float32
+ Saturation float32
+ LuminanceMin float32
+ LuminanceMax float32
+ ExposureCorrection float32
+ SpeedDarkBright float32
+ SpeedBrightDark float32
+ CenterWeightPower float32
}
type ToCltDisco struct{}