mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-06 16:44:09 +00:00
NO_ISLAND_LOADING ported from re3
This commit is contained in:
parent
76e744bb7b
commit
7959b7fd1f
7 changed files with 77 additions and 45 deletions
|
@ -527,6 +527,10 @@ CMenuManager::CMenuManager()
|
|||
m_fMapCenterY = MENU_Y(225.0f);
|
||||
DMAudio.SetMusicMasterVolume(m_PrefsMusicVolume);
|
||||
DMAudio.SetEffectsMasterVolume(m_PrefsSfxVolume);
|
||||
|
||||
#ifdef NO_ISLAND_LOADING
|
||||
m_PrefsIslandLoading = ISLAND_LOADING_LOW;
|
||||
#endif
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue