mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 19:20:38 +00:00
- Blood: Mark kQAVSGUNFIR1
(res_id: 77) as being loopable.
This commit is contained in:
parent
2ff1bdfd7d
commit
1f6bfd7693
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ void qavBuildInterpProps(QAV* const pQAV)
|
|||
case kQAVFLARFIR2:
|
||||
case kQAVTOMSPRED:
|
||||
case kQAV2TOMALT:
|
||||
case kQAVSGUNFIR1:
|
||||
{
|
||||
QAVInterpProps interp{};
|
||||
interp.flags |= true << kQAVIsLoopable;
|
||||
|
|
Loading…
Reference in a new issue