mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-04 09:34:08 +00:00
VC CMenuManager struct, ctor etc.
This commit is contained in:
parent
bc4d628940
commit
a5f23a0342
21 changed files with 788 additions and 1304 deletions
|
@ -341,8 +341,8 @@ GenericLoad()
|
|||
LoadSaveDataBlock();
|
||||
ReadDataFromBlock("Loading PedType Stuff \n", CPedType::Load);
|
||||
|
||||
DMAudio.SetMusicMasterVolume(CMenuManager::m_PrefsMusicVolume);
|
||||
DMAudio.SetEffectsMasterVolume(CMenuManager::m_PrefsSfxVolume);
|
||||
DMAudio.SetMusicMasterVolume(FrontEndMenuManager.m_PrefsMusicVolume);
|
||||
DMAudio.SetEffectsMasterVolume(FrontEndMenuManager.m_PrefsSfxVolume);
|
||||
if (!CloseFile(file)) {
|
||||
PcSaveHelper.nErrorCode = SAVESTATUS_ERR_LOAD_CLOSE;
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue