Browse Source

game: set MAX_FOV value to 110

pull/100/head
SanyaSho 2 years ago
parent
commit
d958e12dbd
  1. 2
      game/shared/shareddefs.h

2
game/shared/shareddefs.h

@ -232,7 +232,7 @@ enum CastVote @@ -232,7 +232,7 @@ enum CastVote
#define MAX_PLACE_NAME_LENGTH 18
#define MAX_FOV 90
#define MAX_FOV 110
//===================================================================================================================
// Team Defines

Loading…
Cancel
Save