Fix fast zombie framerate.

This commit is contained in:
Andrey Akhmichin 2024-04-07 23:58:43 +05:00
parent a5fbcf31c1
commit b650ce74f3
1 changed files with 1 additions and 1 deletions

View File

@ -427,7 +427,7 @@ void CZombie::RunAI( void )
if( pev->spawnflags & SF_ZOMBIE_FASTMODE )
{
if( pev->gaitsequence == ACT_WALK )
if( m_Activity == ACT_WALK )
{
pev->framerate = 1.5;
}