mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-02-04 19:14:30 +00:00
Fix wrong timer check.
This commit is contained in:
parent
6c3491b940
commit
18120f5297
@ -772,7 +772,7 @@ void CRoboCop::RunTask( Task_t *pTask )
|
||||
break;
|
||||
|
||||
case TASK_DIE:
|
||||
if( m_flWaitFinished > gpGlobals->time )
|
||||
if( m_flWaitFinished <= gpGlobals->time )
|
||||
{
|
||||
if( m_fSequenceFinished && pev->frame >= 255.0f )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user