- Blood: Mark kQAV2SGUNFIR (res_id: 84) as being loopable.

This commit is contained in:
Mitchell Richters 2021-08-14 14:46:40 +10:00
parent 22e348613f
commit b2637050e8

View file

@ -159,6 +159,7 @@ void qavBuildInterpProps(QAV* const pQAV)
case kQAVTOMSPRED: case kQAVTOMSPRED:
case kQAV2TOMALT: case kQAV2TOMALT:
case kQAVSGUNFIR1: case kQAVSGUNFIR1:
case kQAV2SGUNFIR:
{ {
QAVInterpProps interp{}; QAVInterpProps interp{};
interp.flags |= true << kQAVIsLoopable; interp.flags |= true << kQAVIsLoopable;