- Blood: Mark kQAVFLARFIR2 (res_id: 43) as being loopable.

This commit is contained in:
Mitchell Richters 2021-08-12 13:24:04 +10:00
parent e70b395d76
commit 37f7bcde20

View file

@ -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;