mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Don't reset the FOV
This commit is contained in:
parent
ba64007e80
commit
7f6099e186
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…
Add table
Reference in a new issue