diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-06-08 19:08:44 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-06-08 19:08:44 +0200 |
commit | 8d324c858557608d29e17f14e75de26e7781226f (patch) | |
tree | 757d12bc45d955845c1a97fb501cd8a25d01677d /tocltcmds.go | |
parent | 969e5ea5c77e977e2a3c5b34fbd409a2bff3f44a (diff) |
add saturation to ToCltLighting
Diffstat (limited to 'tocltcmds.go')
-rw-r--r-- | tocltcmds.go | 1 |
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{} |