mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
fixes
This commit is contained in:
parent
d69386560f
commit
5de34e90b5
@ -30,7 +30,7 @@ class LegoCacheSound : public MxCore {
|
|||||||
private:
|
private:
|
||||||
void Init();
|
void Init();
|
||||||
|
|
||||||
undefined m_padding0x8[0x80]; // 0x08
|
undefined m_padding0x08[0x80]; // 0x08
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // LEGOCACHESOUND_H
|
#endif // LEGOCACHESOUND_H
|
||||||
|
|||||||
@ -33,8 +33,8 @@ class LegoLoadCacheSoundPresenter : public MxWavePresenter {
|
|||||||
undefined4* m_unk0x70; // 0x70
|
undefined4* m_unk0x70; // 0x70
|
||||||
undefined4* m_unk0x74; // 0x74
|
undefined4* m_unk0x74; // 0x74
|
||||||
undefined4 m_unk0x78; // 0x78
|
undefined4 m_unk0x78; // 0x78
|
||||||
undefined m_unk0x7c; // 0x4c
|
undefined m_unk0x7c; // 0x7c
|
||||||
undefined4 m_waveFormat2; // 0x54
|
undefined4 m_waveFormat2; // 0x7d
|
||||||
undefined4 m_samplesPerSec; // 0x81
|
undefined4 m_samplesPerSec; // 0x81
|
||||||
undefined4 m_avgBytesPerSec; // 0x85
|
undefined4 m_avgBytesPerSec; // 0x85
|
||||||
undefined4 m_blockalign; // 0x89
|
undefined4 m_blockalign; // 0x89
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user