mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 23:07:42 +00:00
zeus constexpr refactor and thermal visor fixes
This commit is contained in:
@@ -82,7 +82,7 @@ void do_sound_event(std::pair<u16, CSfxHandle>& sfxHandle, float& pitch, bool do
|
||||
|
||||
CAudioSys::C3DEmitterParmData parms;
|
||||
parms.x0_pos = pos;
|
||||
parms.xc_dir = zeus::CVector3f::skUp;
|
||||
parms.xc_dir = zeus::skUp;
|
||||
parms.x18_maxDist = maxDist;
|
||||
parms.x1c_distComp = falloff;
|
||||
parms.x20_flags = useFlags;
|
||||
|
||||
Reference in New Issue
Block a user