mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-26 11:22:17 -05:00
Fixed camera and disabled sound
This commit is contained in:
parent
d3c869871d
commit
fca79ae92a
@ -1157,7 +1157,7 @@ typedef struct {
|
||||
} CamColChk; // size = 0x28
|
||||
|
||||
typedef struct {
|
||||
/* 0x000 */ char paramData[0x50];
|
||||
/* 0x000 */ char paramData[0xFF];
|
||||
/* 0x050 */ Vec3f at;
|
||||
/* 0x05C */ Vec3f eye;
|
||||
/* 0x068 */ Vec3f up;
|
||||
|
@ -4256,6 +4256,7 @@ void Audio_ClearSariaBgmAtPos(Vec3f* pos) {
|
||||
* equally between the two bgm channels. Split based on note priority
|
||||
*/
|
||||
void Audio_SplitBgmChannels(s8 volSplit) {
|
||||
return;
|
||||
u8 volume;
|
||||
u8 notePriority;
|
||||
u16 channelBits;
|
||||
|
Loading…
Reference in New Issue
Block a user