mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +00:00
- Blood: Mark kQAVVDIDLE2
(res_id: 102) as being loopable.
This commit is contained in:
parent
803e9f8a04
commit
cd092153eb
1 changed files with 1 additions and 0 deletions
|
@ -161,6 +161,7 @@ void qavBuildInterpProps(QAV* const pQAV)
|
|||
case kQAVSGUNFIR1:
|
||||
case kQAV2SGUNFIR:
|
||||
case kQAVNAPFIRE:
|
||||
case kQAVVDIDLE2:
|
||||
{
|
||||
QAVInterpProps interp{};
|
||||
interp.flags |= true << kQAVIsLoopable;
|
||||
|
|
Loading…
Reference in a new issue