diff --git a/src/k_respawn.c b/src/k_respawn.c index 346f0fb38..4882ce30a 100644 --- a/src/k_respawn.c +++ b/src/k_respawn.c @@ -463,7 +463,7 @@ static void K_MovePlayerToRespawnPoint(player_t *player) stepamt -= dist; fixed_t oldx = player->mo->x; - fixed_t oldy = player->mo->y = dest.y; + fixed_t oldy = player->mo->y; // We've reached the destination point, P_UnsetThingPosition(player->mo);