mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 19:50:45 +00:00
- Blood: Mark kQAVNAPFIRE
(res_id: 91) as being loopable.
This commit is contained in:
parent
d4fe734afa
commit
3a656c91cb
1 changed files with 1 additions and 0 deletions
|
@ -160,6 +160,7 @@ void qavBuildInterpProps(QAV* const pQAV)
|
||||||
case kQAV2TOMALT:
|
case kQAV2TOMALT:
|
||||||
case kQAVSGUNFIR1:
|
case kQAVSGUNFIR1:
|
||||||
case kQAV2SGUNFIR:
|
case kQAV2SGUNFIR:
|
||||||
|
case kQAVNAPFIRE:
|
||||||
{
|
{
|
||||||
QAVInterpProps interp{};
|
QAVInterpProps interp{};
|
||||||
interp.flags |= true << kQAVIsLoopable;
|
interp.flags |= true << kQAVIsLoopable;
|
||||||
|
|
Loading…
Reference in a new issue