Chainsaw / scripts /stride /p_endmdl.c
wuxing0105's picture
Upload folder using huggingface_hub
80a72c3 verified
Raw
History Blame Contribute Delete
189 Bytes
#include "stride.h"
int Process_ENDMDL(BUFFER Buffer, CHAIN **Chain, int *ChainNumber)
{
int CC;
for( CC=0; CC < *ChainNumber; CC++ )
Chain[CC]->Ter = 1;
return(SUCCESS);
}