Send player FOV across the network as floatig point.

This commit is contained in:
nashmuhandes 2017-08-31 08:20:25 +08:00 committed by Christoph Oelckers
commit c885b6aa35
4 changed files with 10 additions and 10 deletions

View file

@ -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