From b87224aabca8db18583bfd5a69cc19826535fe7a Mon Sep 17 00:00:00 2001 From: Aaron van Geffen Date: Tue, 9 Jul 2024 14:30:12 +0200 Subject: [PATCH] Remove M_PI undef; no longer conflicts with SHOP_ITEM_PIZZA --- src/openrct2/common.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/openrct2/common.h b/src/openrct2/common.h index ef3497802a..67b4d2d0ff 100644 --- a/src/openrct2/common.h +++ b/src/openrct2/common.h @@ -9,8 +9,6 @@ #pragma once -#undef M_PI - // Ignore isatty warning on WIN32 #ifndef _CRT_NONSTDC_NO_WARNINGS # define _CRT_NONSTDC_NO_WARNINGS