summaryrefslogtreecommitdiff
path: root/tocltcmds.go
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2024-02-03 10:41:11 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2024-02-03 10:41:11 +0100
commitbb14b01817d4f9c4eaead81996dc022d50ea6a65 (patch)
treea868bcf790f70ac135e399fd177abf1d1d5c2482 /tocltcmds.go
parent8d80038fd9e219cfa9fdbbfef86523d8d5a2bdfe (diff)
fix ToCltEyeOffset and ToCltSkyParams not being updated to 5.8
Diffstat (limited to 'tocltcmds.go')
-rw-r--r--tocltcmds.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/tocltcmds.go b/tocltcmds.go
index 9e64979..fde2510 100644
--- a/tocltcmds.go
+++ b/tocltcmds.go
@@ -666,6 +666,9 @@ type ToCltSkyParams struct {
//mt:end
BodyOrbitTilt float32
+
+ FogDistance int16
+ FogStart float32
}
// ToCltOverrideDayNightRatio overrides the client's day-night ratio
@@ -683,7 +686,7 @@ type ToCltLocalPlayerAnim struct {
// ToCltEyeOffset tells the client where to position the camera
// relative to the player.
type ToCltEyeOffset struct {
- First, Third Vec
+ First, Third, ThirdFront Vec
}
// ToCltDelParticleSpawner tells the client to delete a particle spawner.