mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-10 16:00:58 +00:00
- partial reactor fix.
This fixes the position of the debris - but there's still something else as the lightning beam still doesn't get removed.
This commit is contained in:
parent
c7c59d33ff
commit
f75d30d858
1 changed files with 1 additions and 1 deletions
|
@ -1929,7 +1929,7 @@ void reactor(int i, int REACTOR, int REACTOR2, int REACTORBURNT, int REACTOR2BUR
|
||||||
if (j != i)
|
if (j != i)
|
||||||
{
|
{
|
||||||
deletesprite(j);
|
deletesprite(j);
|
||||||
return;
|
break;
|
||||||
}
|
}
|
||||||
j = l;
|
j = l;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue