- 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:
Christoph Oelckers 2020-08-01 01:04:17 +02:00
parent c7c59d33ff
commit f75d30d858

View file

@ -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;
}