PushBlock activation fix.

This commit is contained in:
Steve 2018-02-03 18:19:26 +00:00
parent fc519c54b0
commit 19f7afcf0e
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ static void activate(int active)
s = (Structure*)self;
if (self->active)
if (active)
{
addTeleportStars(self);
s->x = s->startX;