mirror of
https://github.com/1dot13/source.git
synced 2026-09-16 14:47:17 +02:00
Use ubID instead of cnt
This commit is contained in:
@@ -3474,10 +3474,8 @@ BOOLEAN ResetAllAnimationCache( )
|
|||||||
{
|
{
|
||||||
if ( pSoldier != NULL )
|
if ( pSoldier != NULL )
|
||||||
{
|
{
|
||||||
InitAnimationCache( cnt, &(pSoldier->AnimCache) );
|
InitAnimationCache( pSoldier->ubID, &(pSoldier->AnimCache) );
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return( TRUE );
|
return( TRUE );
|
||||||
|
|||||||
Reference in New Issue
Block a user