mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 17:01:51 +00:00
- Blood: Mark kQAVFLARFIR2
(res_id: 43) as being loopable.
This commit is contained in:
parent
e70b395d76
commit
37f7bcde20
1 changed files with 1 additions and 0 deletions
|
@ -155,6 +155,7 @@ void qavBuildInterpProps(QAV* const pQAV)
|
||||||
case kQAVPFORK:
|
case kQAVPFORK:
|
||||||
case kQAVREMIDLE1:
|
case kQAVREMIDLE1:
|
||||||
case kQAVREMIDLE2:
|
case kQAVREMIDLE2:
|
||||||
|
case kQAVFLARFIR2:
|
||||||
{
|
{
|
||||||
QAVInterpProps interp{};
|
QAVInterpProps interp{};
|
||||||
interp.flags |= true << kQAVIsLoopable;
|
interp.flags |= true << kQAVIsLoopable;
|
||||||
|
|
Loading…
Reference in a new issue