PushBlock activation fix.
This commit is contained in:
parent
fc519c54b0
commit
19f7afcf0e
|
@ -72,7 +72,7 @@ static void activate(int active)
|
|||
|
||||
s = (Structure*)self;
|
||||
|
||||
if (self->active)
|
||||
if (active)
|
||||
{
|
||||
addTeleportStars(self);
|
||||
s->x = s->startX;
|
||||
|
|
Loading…
Reference in New Issue