Skip to content

Commit

Permalink
Fix FOV
Browse files Browse the repository at this point in the history
  • Loading branch information
3doplayer67484 authored Apr 22, 2024
1 parent 86a6c13 commit 4c5a66c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Descent3/descent.h
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@ extern bool Descent_overrided_intro;
#define GAMEGAUGE_MAX_LOG 1000

// This is the default FOV
#define D3_DEFAULT_FOV 72.0
#define D3_DEFAULT_FOV 90.0
// This is the default zoom factor to be used for the game 3D view.
#define D3_DEFAULT_ZOOM 0.726f
#define D3_DEFAULT_ZOOM 0.580f

// How long the a mission name can be
#define MSN_NAMELEN 32
Expand Down

0 comments on commit 4c5a66c

Please sign in to comment.