mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-31 04:20:42 +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;
|
||||
}
|
||||
case kQAVSHOTL1:
|
||||
{
|
||||
QAVInterpProps interp{};
|
||||
interp.flags = 0;
|
||||
interp.PrevTileFinder = qavGetInterpType("interpolate-picnum");
|
||||
qavInterpProps.Insert(pQAV->res_id, std::move(interp));
|
||||
break;
|
||||
}
|
||||
default:
|
||||
{
|
||||
QAVInterpProps interp{};
|
||||
|
|
Loading…
Reference in a new issue