mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 13:11:22 +00:00
CStreamAudioManager: Always initialize x74_oneshot
Provides deterministic consistent state when constructing the class.
This commit is contained in:
parent
3865dfbfe5
commit
45dca4a25b
@ -457,7 +457,7 @@ private:
|
||||
s8 x71_companionRight = -1;
|
||||
s8 x72_companionLeft = -1;
|
||||
float x73_volume = 0.f;
|
||||
bool x74_oneshot;
|
||||
bool x74_oneshot = false;
|
||||
s32 x78_handleId = -1; // arg2
|
||||
s32 x7c_streamId = -1;
|
||||
std::shared_ptr<IDvdRequest> m_dvdReq;
|
||||
|
Loading…
x
Reference in New Issue
Block a user