mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +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 kQAVREMIDLE2:
|
||||
case kQAVFLARFIR2:
|
||||
case kQAVTOMSPRED:
|
||||
{
|
||||
QAVInterpProps interp{};
|
||||
interp.flags |= true << kQAVIsLoopable;
|
||||
|
|
Loading…
Reference in a new issue