- Blood: Disable interpolation for kQAVLITEFLAM (res_id: 5).

This commit is contained in:
Mitchell Richters 2021-08-22 07:48:48 +10:00
parent 6d06f002bc
commit f5533374ca

View file

@ -160,6 +160,10 @@ void qavBuildInterpProps(QAV* const pQAV)
qavInterpProps.Insert(pQAV->res_id, std::move(interp));
break;
}
case kQAVLITEFLAM:
{
break;
}
default:
{
QAVInterpProps interp{};