MCPcopy Create free account
hub / github.com/doldecomp/mkdd / ShoreSoundMgr

Method ShoreSoundMgr

src/Inagaki/ShoreSoundMgr.cpp:10–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8JGeometry::TVec3f sShoreDummyVec(0, 0, 0);
9
10GameAudio::ShoreSoundMgr::ShoreSoundMgr(JKRHeap *heap) : SoundMgr<ShoreSoundMgr>(&sShoreDummyVec, heap, 4) {
11 _5c = 0;
12 _64 = new JGeometry::TVec3f[4];
13 _68 = new PosMove[4];
14 _6c = new PosMove[4];
15
16 for (u8 i = 0; i < 4; i++) {
17 _64[i].set(0.0f, 0.0f, 0.0f);
18 }
19 _5d = 0;
20 _60 = 0.0f;
21}
22
23GameAudio::ShoreSoundMgr::~ShoreSoundMgr() {}
24

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected