- Blood: Mark kQAVREMIDLE1 (res_id: 36) and kQAVREMIDLE2 (res_id: 37) as being loopable.

This commit is contained in:
Mitchell Richters 2021-08-22 07:52:42 +10:00
parent 55b6453415
commit 92c5a53074

View file

@ -153,6 +153,8 @@ void qavBuildInterpProps(QAV* const pQAV)
break;
}
case kQAVPFORK:
case kQAVREMIDLE1:
case kQAVREMIDLE2:
{
QAVInterpProps interp{};
interp.flags |= true << kQAVIsLoopable;