Don't reset the FOV

This commit is contained in:
Jaime Passos 2019-12-12 17:06:04 -03:00
parent 08e3caf9bb
commit b7c7529e75
1 changed files with 0 additions and 5 deletions

View File

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