- Blood: Mark kQAVNAPFIRE (res_id: 91) as being loopable.

This commit is contained in:
Mitchell Richters 2021-08-14 08:42:44 +10:00
parent d4fe734afa
commit 3a656c91cb

View file

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