diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2024-02-03 10:41:11 +0100 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2024-02-03 10:41:11 +0100 |
commit | bb14b01817d4f9c4eaead81996dc022d50ea6a65 (patch) | |
tree | a868bcf790f70ac135e399fd177abf1d1d5c2482 /tocltcmds.go | |
parent | 8d80038fd9e219cfa9fdbbfef86523d8d5a2bdfe (diff) |
fix ToCltEyeOffset and ToCltSkyParams not being updated to 5.8
Diffstat (limited to 'tocltcmds.go')
-rw-r--r-- | tocltcmds.go | 5 |
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. |