diff --git a/src/world/entities.c b/src/world/entities.c index a748ce8..7c49ff2 100644 --- a/src/world/entities.c +++ b/src/world/entities.c @@ -966,6 +966,7 @@ static void handleTeleport(void) addTeleportStars(self); self->dx = self->dy = 0; self->environment = ENV_AIR; + self->changeEnvironment(); playBattleSound(SND_TELEPORT, self->uniqueId % MAX_SND_CHANNELS, self->x, self->y); } }