mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 19:20:38 +00:00
- Blood: Mark kQAVREMIDLE1
(res_id: 36) and kQAVREMIDLE2
(res_id: 37) as being loopable.
This commit is contained in:
parent
55b6453415
commit
92c5a53074
1 changed files with 2 additions and 0 deletions
|
@ -153,6 +153,8 @@ void qavBuildInterpProps(QAV* const pQAV)
|
|||
break;
|
||||
}
|
||||
case kQAVPFORK:
|
||||
case kQAVREMIDLE1:
|
||||
case kQAVREMIDLE2:
|
||||
{
|
||||
QAVInterpProps interp{};
|
||||
interp.flags |= true << kQAVIsLoopable;
|
||||
|
|
Loading…
Reference in a new issue