mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 12:59:01 +00:00
fixed adrenaline
This commit is contained in:
parent
3ff7fc8355
commit
63e39fd8bf
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ CPlayerPed::ClearAdrenaline(void)
|
|||
{
|
||||
if (m_bAdrenalineActive && m_nAdrenalineTime != 0) {
|
||||
m_nAdrenalineTime = 0;
|
||||
CTimer::SetTimeStep(1.0f);
|
||||
CTimer::SetTimeScale(1.0f);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue