mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-06 12:54:08 +00:00
some loose ends
This commit is contained in:
parent
679755de35
commit
1b55a9956f
2 changed files with 5 additions and 1 deletions
|
@ -1421,11 +1421,13 @@ Idle(void *arg)
|
|||
CSprite2d::InitPerFrame();
|
||||
CFont::InitPerFrame();
|
||||
|
||||
PUSH_MEMID(MEMID_GAME_PROCESS);
|
||||
CPointLights::InitPerFrame();
|
||||
|
||||
tbStartTimer(0, "CGame::Process");
|
||||
CGame::Process();
|
||||
tbEndTimer("CGame::Process");
|
||||
POP_MEMID();
|
||||
|
||||
tbStartTimer(0, "DMAudio.Service");
|
||||
DMAudio.Service();
|
||||
|
@ -1447,6 +1449,8 @@ Idle(void *arg)
|
|||
if(arg == nil)
|
||||
return;
|
||||
|
||||
PUSH_MEMID(MEMID_RENDER);
|
||||
|
||||
if(!FrontEndMenuManager.m_bMenuActive && TheCamera.GetScreenFadeStatus() != FADE_2)
|
||||
{
|
||||
// This is from SA, but it's nice for windowed mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue