diff --git a/src/d_main.cpp b/src/d_main.cpp index f982cc5fb..d82925436 100644 --- a/src/d_main.cpp +++ b/src/d_main.cpp @@ -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);