mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:47:42 +00:00
Symbol correct function/variable names
This commit is contained in:
@@ -12,6 +12,7 @@ namespace urde
|
||||
|
||||
class CSfxManager
|
||||
{
|
||||
static std::vector<s16>* mpSfxTranslationTable;
|
||||
public:
|
||||
enum class ESfxChannels
|
||||
{
|
||||
@@ -118,7 +119,6 @@ public:
|
||||
static rstl::reserved_vector<CSfxWrapper, 128> m_wrapperPool;
|
||||
static ESfxChannels m_currentChannel;
|
||||
static bool m_doUpdate;
|
||||
static void* m_sfxTranslationTable;
|
||||
static void* m_usedSounds;
|
||||
static bool m_muted;
|
||||
static bool m_auxProcessingEnabled;
|
||||
|
||||
Reference in New Issue
Block a user