mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Implement/match LegoCacheSound::Create and LegoLoadCacheSoundPresenter::StreamingTickle (#986)
* Implement/match LegoCacheSound::Create * Naming * Fix naming * Fix parens
This commit is contained in:

committed by
GitHub

parent
1423eb56fc
commit
03ffb9c5de
@@ -36,8 +36,8 @@ public:
|
||||
// MxDSSound::`scalar deleting destructor'
|
||||
|
||||
private:
|
||||
MxU32 m_sizeOnDisk;
|
||||
MxS32 m_volume; // 0xbc
|
||||
MxU32 m_sizeOnDisk; // 0xb8
|
||||
MxS32 m_volume; // 0xbc
|
||||
};
|
||||
|
||||
#endif // MXDSSOUND_H
|
||||
|
Reference in New Issue
Block a user