1
0
mirror of https://github.com/Mauler125/r5sdk.git synced 2025-02-09 19:15:03 +01:00

Comment position adjusted.

This commit is contained in:
IcePixelx 2022-01-23 18:34:22 +01:00
parent 2f82801261
commit 9b814d545d

@ -36,8 +36,7 @@ void CEngine::SetNextState(EngineState_t iNextState)
//-----------------------------------------------------------------------------
EngineState_t CEngine::GetState()
{
// Rebuild function, vfunc index is 4 in season 3.
return m_nDLLState();
return m_nDLLState(); // Rebuild function, vfunc index is 4 in season 3.
}
//-----------------------------------------------------------------------------
@ -54,8 +53,7 @@ void CEngine::Frame()
//-----------------------------------------------------------------------------
float CEngine::GetFrameTime()
{
// Rebuild function, vfunc index is 6 in season 3.
return m_flFrameTime();
return m_flFrameTime(); // Rebuild function, vfunc index is 6 in season 3.
}
//-----------------------------------------------------------------------------