diff options
| author | ANAND <ClobberXD@gmail.com> | 2020-05-02 16:22:11 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-02 12:52:11 +0200 |
| commit | e0ea87f1f32273dba2eb5421c2a8c890479ba078 (patch) | |
| tree | f4a64ef33340f60707f7cbe7b937bc183d0562c3 /src/network/networkprotocol.h | |
| parent | ac368af4fe27f61f5a4209cdfe90956ff745993c (diff) | |
| download | minetest-e0ea87f1f32273dba2eb5421c2a8c890479ba078.tar.xz | |
set_fov: Add support for time-based transitions (#9705)
Diffstat (limited to 'src/network/networkprotocol.h')
| -rw-r--r-- | src/network/networkprotocol.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/network/networkprotocol.h b/src/network/networkprotocol.h index 4b7345b15..73523ea42 100644 --- a/src/network/networkprotocol.h +++ b/src/network/networkprotocol.h @@ -384,8 +384,9 @@ enum ToClientCommand /* Sends an FOV override/multiplier to client. - float fov + f32 fov bool is_multiplier + f32 transition_time */ TOCLIENT_DEATHSCREEN = 0x37, |
