mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-18 14:41:55 +00:00
- fixed compilation
This commit is contained in:
parent
ae786bff98
commit
3971c8ffd2
1 changed files with 2 additions and 2 deletions
|
@ -871,11 +871,11 @@ void AIBullet::Draw(RunListEvent* ev)
|
|||
|
||||
if (BulletList[nBullet].nType == 15)
|
||||
{
|
||||
seq_PlotArrowSequence(nSprite2, nSeq, BulletList[nBullet].nFrame);
|
||||
seq_PlotArrowSequence(ev->nParam, nSeq, BulletList[nBullet].nFrame);
|
||||
}
|
||||
else
|
||||
{
|
||||
seq_PlotSequence(nSprite2, nSeq, BulletList[nBullet].nFrame, 0);
|
||||
seq_PlotSequence(ev->nParam, nSeq, BulletList[nBullet].nFrame, 0);
|
||||
ev->pTSprite->owner = -1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue