diff options
author | sofar <sofar@foo-projects.org> | 2023-02-25 16:08:33 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-26 01:08:33 +0100 |
commit | 2083252c05ece1e47c1c476fda2b9eda3bf332a0 (patch) | |
tree | 3af58a210bad99834110e4aff820ce04ee839b2b /src/network/networkprotocol.h | |
parent | 6e1c70e02b00df94a584bb4247cfa4f4c616c8d5 (diff) | |
download | minetest-2083252c05ece1e47c1c476fda2b9eda3bf332a0.tar.xz |
Sky: transmit body_orbit_tilt to client. (#13193)
This obsoletes the current client-side setting entirely. The server can
transmit the tilt to the client directly and will send 0.0f as default
value.
Co-authored-by: x2048 <codeforsmile@gmail.com>
Co-authored-by: sfan5 <sfan5@live.de>
Diffstat (limited to 'src/network/networkprotocol.h')
-rw-r--r-- | src/network/networkprotocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/networkprotocol.h b/src/network/networkprotocol.h index 4e50ef533..d456f19bf 100644 --- a/src/network/networkprotocol.h +++ b/src/network/networkprotocol.h @@ -701,6 +701,7 @@ enum ToClientCommand u8[4] fog_sun_tint (ARGB) u8[4] fog_moon_tint (ARGB) std::string fog_tint_type + float body_orbit_tilt */ TOCLIENT_OVERRIDE_DAY_NIGHT_RATIO = 0x50, |