mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-12 21:24:08 +00:00
script fix
This commit is contained in:
parent
3900366a6b
commit
f78f707935
4 changed files with 19 additions and 9 deletions
|
@ -185,7 +185,7 @@ void CMovingThings::Update()
|
|||
if (aMovingThings[i].m_nHidden == 0)
|
||||
aMovingThings[i].Update();
|
||||
}
|
||||
|
||||
/* I don't think these are done yet?
|
||||
for (i = 0; i < 11; ++i)
|
||||
{
|
||||
if (aScrollBars[i].IsVisible() || (CTimer::GetFrameCounter() + i) % 8 == 0)
|
||||
|
@ -201,6 +201,7 @@ void CMovingThings::Update()
|
|||
if (aDigitalClocks[i].IsVisible() || (CTimer::GetFrameCounter() + i) % 8 == 0)
|
||||
aDigitalClocks[i].Update();
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
void CMovingThings::Render()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue