2
0
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:
2016-04-27 21:52:41 -07:00
parent c55db47941
commit 0df9ffd56d
9 changed files with 28 additions and 15 deletions

View File

@@ -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;