summaryrefslogtreecommitdiff
path: root/tocltcmds.go
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-06-08 19:08:44 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-06-08 19:08:44 +0200
commit8d324c858557608d29e17f14e75de26e7781226f (patch)
tree757d12bc45d955845c1a97fb501cd8a25d01677d /tocltcmds.go
parent969e5ea5c77e977e2a3c5b34fbd409a2bff3f44a (diff)
add saturation to ToCltLighting
Diffstat (limited to 'tocltcmds.go')
-rw-r--r--tocltcmds.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/tocltcmds.go b/tocltcmds.go
index b662f6a..b3dfe5a 100644
--- a/tocltcmds.go
+++ b/tocltcmds.go
@@ -828,6 +828,7 @@ 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
}
type ToCltDisco struct{}