mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-02-13 15:11:46 +00:00
- Blood: Add interpolation properties for kQAVSHOTL1
(res_id: 57).
This commit is contained in:
parent
ba91590028
commit
bfa509e45e
1 changed files with 8 additions and 0 deletions
|
@ -194,6 +194,14 @@ void qavBuildInterpProps(QAV* const pQAV)
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
case kQAVSHOTL1:
|
||||||
|
{
|
||||||
|
QAVInterpProps interp{};
|
||||||
|
interp.flags = 0;
|
||||||
|
interp.PrevTileFinder = qavGetInterpType("interpolate-picnum");
|
||||||
|
qavInterpProps.Insert(pQAV->res_id, std::move(interp));
|
||||||
|
break;
|
||||||
|
}
|
||||||
default:
|
default:
|
||||||
{
|
{
|
||||||
QAVInterpProps interp{};
|
QAVInterpProps interp{};
|
||||||
|
|
Loading…
Reference in a new issue