2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 23:47:42 +00:00

Fix CScriptSound favoring the right speaker, cleanup CBallCamera, update amuse

This commit is contained in:
2020-10-24 16:00:39 -07:00
parent b963ce1e85
commit fdd41d87c4
6 changed files with 334 additions and 198 deletions

View File

@@ -26,7 +26,7 @@ class CScriptSound : public CActor {
s16 x110_;
s16 x112_prio;
float x114_pan;
bool x116_;
short x116_;
float x118_pitch;
bool x11c_24_playRequested : 1 = false;
bool x11c_25_looped : 1;