From f97d334732201e5a8e1250318925c90d0c715225 Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Wed, 3 Dec 2025 18:09:56 -0500 Subject: Debug+retail matches and clean up some fakematches (#2910) * Debug matches * Match daAlink_c::procGrassWhistleWait * Match JASAramStream::channelProc * More debug matches * Match JAUStreamStaticAramMgr_::deleteStreamAram and bitset inlines * Fix some fakematches * Fix gameinfo player info not being a struct * Update bug comments * Fix procids in alink * d_a_scene_exit OK --- include/SSystem/SComponent/c_sxyz.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/SSystem') diff --git a/include/SSystem/SComponent/c_sxyz.h b/include/SSystem/SComponent/c_sxyz.h index 90811586ce..8b835807f3 100644 --- a/include/SSystem/SComponent/c_sxyz.h +++ b/include/SSystem/SComponent/c_sxyz.h @@ -11,8 +11,7 @@ class csXyz : public SVec { public: static const csXyz Zero; ~csXyz() {} - /* inline */ csXyz() {} - /* inline */ csXyz(const csXyz& other) : SVec(other){}; + csXyz() {} csXyz(s16, s16, s16); csXyz operator+(csXyz&); void operator+=(csXyz&); -- cgit v1.2.3