- Blood: Add interpolation properties for kQAVSHOTL1 (res_id: 57).

This commit is contained in:
Mitchell Richters 2021-08-22 07:28:05 +10:00
parent ba91590028
commit bfa509e45e

View file

@ -194,6 +194,14 @@ void qavBuildInterpProps(QAV* const pQAV)
}
break;
}
case kQAVSHOTL1:
{
QAVInterpProps interp{};
interp.flags = 0;
interp.PrevTileFinder = qavGetInterpType("interpolate-picnum");
qavInterpProps.Insert(pQAV->res_id, std::move(interp));
break;
}
default:
{
QAVInterpProps interp{};