mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-30 13:21:04 +00:00
- fixed merge error in handle_se00.
This commit is contained in:
parent
7967391728
commit
b9aa5de217
1 changed files with 1 additions and 1 deletions
|
@ -2771,7 +2771,7 @@ void handle_se00(DDukeActor* actor, int LASERLINE)
|
||||||
DukeSectIterator itp(s->sectnum);
|
DukeSectIterator itp(s->sectnum);
|
||||||
while (auto ap = itp.Next())
|
while (auto ap = itp.Next())
|
||||||
{
|
{
|
||||||
auto sprp = &sprite[p];
|
auto sprp = &ap->s;
|
||||||
if (sprp->statnum != 3 && sprp->statnum != 4)
|
if (sprp->statnum != 3 && sprp->statnum != 4)
|
||||||
if (LASERLINE < 0 || sprp->picnum != LASERLINE)
|
if (LASERLINE < 0 || sprp->picnum != LASERLINE)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue