ref: 8a12c573f29364065fb5988cf9919fc861e8ebc6
parent: 6bf39a0617fe0b6e288ea98b1dd7ef764d95b258
author: FitzRoyX <57089001+FitzRoyX@users.noreply.github.com>
date: Sun Mar 5 13:34:28 EST 2023
fix mirror on ice glitch (#126) (#183)
--- a/player.c
+++ b/player.c
@@ -6267,6 +6267,9 @@
// If you use the mirror on a conveyor belt you will retain momentum and clip into the entrance wall
link_on_conveyor_belt = 0;
+
+ // bugfix: you use the mirror on ice, you retain momentum
+ link_flag_moving = 0;
// If you quit in the middle of red armos knight stomp the lumberjack tree will fall on its own
bg1_y_offset = bg1_x_offset = 0;