1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-14 00:55:20 +02:00

Load blocks and objects behind player when in third-persion front-view (#13431)

This commit is contained in:
lhofhansl
2023-05-29 10:26:42 -07:00
committed by GitHub
parent fc3d6c1dd9
commit a8ec6092e2
7 changed files with 41 additions and 20 deletions

View File

@@ -920,8 +920,10 @@ enum ToServerCommand
[2+12+12] s32 pitch*100
[2+12+12+4] s32 yaw*100
[2+12+12+4+4] u32 keyPressed
[2+12+12+4+4+1] u8 fov*80
[2+12+12+4+4+4] u8 fov*80
[2+12+12+4+4+4+1] u8 ceil(wanted_range / MAP_BLOCKSIZE)
[2+12+12+4+4+4+1+1] u8 camera_inverted (bool)
*/
TOSERVER_GOTBLOCKS = 0x24,