Send player FOV across the network as floatig point.
This commit is contained in:
parent
2a291165ee
commit
c885b6aa35
4 changed files with 10 additions and 10 deletions
|
|
@ -116,8 +116,8 @@ enum EDemoCommand
|
|||
DEM_UNDONE5, // 24
|
||||
DEM_UNDONE6, // 25
|
||||
DEM_SUMMON, // 26 String: Thing to fabricate
|
||||
DEM_FOV, // 27 Byte: New FOV for all players
|
||||
DEM_MYFOV, // 28 Byte: New FOV for this player
|
||||
DEM_FOV, // 27 Float: New FOV for all players
|
||||
DEM_MYFOV, // 28 Float: New FOV for this player
|
||||
DEM_CHANGEMAP2, // 29 Byte: Position in new map, String: name of new map
|
||||
DEM_UNDONE7, // 30
|
||||
DEM_UNDONE8, // 31
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue