mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-04 19:54:08 +00:00
Place debug menu under ifdef
This commit is contained in:
parent
1b599b2d35
commit
28103775ba
11 changed files with 27 additions and 7 deletions
|
@ -611,8 +611,9 @@ void CGame::Process(void)
|
|||
TheCamera.SetMotionBlurAlpha(0);
|
||||
if (TheCamera.m_BlurType == MBLUR_NONE || TheCamera.m_BlurType == MBLUR_SNIPER || TheCamera.m_BlurType == MBLUR_NORMAL)
|
||||
TheCamera.SetMotionBlur(0, 0, 0, 0, MBLUR_NONE);
|
||||
|
||||
#ifdef DEBUGMENU
|
||||
DebugMenuProcess();
|
||||
#endif
|
||||
CCutsceneMgr::Update();
|
||||
if (!CCutsceneMgr::IsCutsceneProcessing() && !CTimer::GetIsCodePaused())
|
||||
FrontEndMenuManager.Process();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue