mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 09:11:48 +00:00
Don't reset the FOV
This commit is contained in:
parent
08e3caf9bb
commit
b7c7529e75
1 changed files with 0 additions and 5 deletions
|
@ -3182,11 +3182,6 @@ boolean P_SetupLevel(boolean skipprecip)
|
|||
if (!cv_analog2.changed)
|
||||
CV_SetValue(&cv_analog2, 0);
|
||||
|
||||
#ifdef HWRENDER
|
||||
if (rendermode != render_soft && rendermode != render_none)
|
||||
CV_Set(&cv_grfov, cv_grfov.defaultvalue);
|
||||
#endif
|
||||
|
||||
displayplayer = consoleplayer; // Start with your OWN view, please!
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue