From fc31053cb6cbae738923c93f4ab574b06334d73d Mon Sep 17 00:00:00 2001 From: kipcode66 Date: Sun, 7 Dec 2025 00:08:05 -0500 Subject: Improving compatibility with standard cpp compiler (#2920) * Improving compatibility with standard cpp compiler * Add __REGISTER macro for non mwcc compatibility * Fix for PR comments * fix missing define for revolution * Simplifying cSAngle conversion --- src/d/d_com_static.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/d/d_com_static.cpp') diff --git a/src/d/d_com_static.cpp b/src/d/d_com_static.cpp index 540ea510db..3620b8cf4f 100644 --- a/src/d/d_com_static.cpp +++ b/src/d/d_com_static.cpp @@ -272,8 +272,8 @@ const char* daSetBgObj_c::getArcName(fopAc_ac_c* i_this) { s16 const daObjMovebox::Act_c::M_dir_base[4] = { 0x0000, 0x4000, - 0x8000, - 0xC000, + -0x8000, + -0x4000, }; f32 const daDsh_c::OPEN_SIZE = 270.1f; -- cgit v1.2.3