diff options
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{} |