diff --git a/eg/proto-game.60p b/eg/proto-game.60p index 6a02fb3..d53c111 100644 --- a/eg/proto-game.60p +++ b/eg/proto-game.60p @@ -206,12 +206,12 @@ routine check_new_position_in_bounds st on, c sub compare_target, new_pos if not c { - st on, c - } else { st off, c + } else { + st on, c } } else { - st off, c + st on, c } }