mirror of
https://github.com/halpz/re3.git
synced 2025-05-10 07:46:37 +03:00
Audio stuff moved around, removed MusicManager dependencies, eMusicMode used for ChangeMusicMode
This commit is contained in:
parent
832572664c
commit
d5a72fa597
14 changed files with 382 additions and 389 deletions
|
@ -11,7 +11,6 @@
|
|||
#include "Timer.h"
|
||||
#include "Game.h"
|
||||
#include "DMAudio.h"
|
||||
#include "MusicManager.h"
|
||||
#include "FileMgr.h"
|
||||
#include "Streaming.h"
|
||||
#include "TxdStore.h"
|
||||
|
@ -535,7 +534,7 @@ void CMenuManager::Draw()
|
|||
if (m_nPrefsAudio3DProviderIndex == -1)
|
||||
textToPrint[MENUCOLUMN_RIGHT] = TheText.Get("FEA_NAH");
|
||||
else {
|
||||
char *provider = MusicManager.Get3DProviderName(m_nPrefsAudio3DProviderIndex);
|
||||
char *provider = DMAudio.Get3DProviderName(m_nPrefsAudio3DProviderIndex);
|
||||
AsciiToUnicode(provider, gUString);
|
||||
textToPrint[MENUCOLUMN_RIGHT] = gUString;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue