mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 21:34:09 +00:00
Merge branch 'master' of github.com:gtamodding/re3
This commit is contained in:
commit
e3405f4be4
29 changed files with 860 additions and 660 deletions
|
@ -86,7 +86,6 @@
|
|||
#include "ZoneCull.h"
|
||||
#include "Zones.h"
|
||||
#include "debugmenu.h"
|
||||
#include "frontendoption.h"
|
||||
#include "postfx.h"
|
||||
#include "custompipes.h"
|
||||
|
||||
|
@ -293,10 +292,6 @@ bool CGame::InitialiseOnceAfterRW(void)
|
|||
DMAudio.SetEffectsFadeVol(127);
|
||||
DMAudio.SetMusicFadeVol(127);
|
||||
CWorld::Players[0].SetPlayerSkin(CMenuManager::m_PrefsSkinFile);
|
||||
|
||||
#ifdef CUSTOM_FRONTEND_OPTIONS
|
||||
CustomFrontendOptionsPopulate();
|
||||
#endif
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue