mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-07 11:04:09 +00:00
More audio ped
This commit is contained in:
parent
7d1e1bf1dd
commit
af5bd951ae
49 changed files with 8804 additions and 252 deletions
|
@ -36,7 +36,7 @@ CAnimBlendHierarchy::CalcTotalTime(void)
|
|||
float seqTime = 0.0f;
|
||||
for(j = 0; j < sequences[i].numFrames; j++)
|
||||
seqTime += sequences[i].GetKeyFrame(j)->deltaTime;
|
||||
totalTime = max(totalTime, seqTime);
|
||||
totalTime = Max(totalTime, seqTime);
|
||||
}
|
||||
totalLength = totalTime;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue