mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-30 13:21:04 +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)
|
||||
{
|
||||
deletesprite(j);
|
||||
return;
|
||||
break;
|
||||
}
|
||||
j = l;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue