From e96534ea742553db9a5de60842252363bf3b4620 Mon Sep 17 00:00:00 2001 From: Alaux <73968015+MrAlaux@users.noreply.github.com> Date: Fri, 17 Nov 2023 03:31:57 -0300 Subject: [PATCH] Try using `M_PI` from `math.h` again --- src/r_main.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/r_main.c b/src/r_main.c index 5e75c5147..3ea8153ca 100644 --- a/src/r_main.c +++ b/src/r_main.c @@ -19,6 +19,8 @@ // //----------------------------------------------------------------------------- +#include // [Nugget] + #include "doomstat.h" #include "r_main.h" #include "r_things.h" @@ -35,11 +37,6 @@ #include "p_map.h" #include "p_mobj.h" -// [Nugget] -#ifndef M_PI - #define M_PI 3.14159265358979323846 -#endif - // [Nugget] Removed unused FIELDOFVIEW macro // killough: viewangleoffset is a legacy from the pre-v1.2 days, when Doom