Fixed a wrong variable type declaration.

This commit is contained in:
nashmuhandes 2017-08-31 09:53:37 +08:00 committed by Christoph Oelckers
parent c885b6aa35
commit 3c39d51c83

View file

@ -399,7 +399,7 @@ CUSTOM_CVAR (Int, dmflags, 0, CVAR_SERVERINFO)
// If nofov is set, force everybody to the arbitrator's FOV.
if ((self & DF_NO_FOV) && consoleplayer == Net_Arbitrator)
{
double fov;
float fov;
Net_WriteByte (DEM_FOV);