mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-27 17:30:51 +00:00
- Blood: Mark kQAVTOMSPRED
(res_id: 67) as being loopable.
This commit is contained in:
parent
6998772487
commit
c6c7ae76d6
1 changed files with 1 additions and 0 deletions
|
@ -156,6 +156,7 @@ void qavBuildInterpProps(QAV* const pQAV)
|
||||||
case kQAVREMIDLE1:
|
case kQAVREMIDLE1:
|
||||||
case kQAVREMIDLE2:
|
case kQAVREMIDLE2:
|
||||||
case kQAVFLARFIR2:
|
case kQAVFLARFIR2:
|
||||||
|
case kQAVTOMSPRED:
|
||||||
{
|
{
|
||||||
QAVInterpProps interp{};
|
QAVInterpProps interp{};
|
||||||
interp.flags |= true << kQAVIsLoopable;
|
interp.flags |= true << kQAVIsLoopable;
|
||||||
|
|
Loading…
Reference in a new issue