mirror of
https://github.com/catseye/SixtyPical.git
synced 2024-11-22 17:32:01 +00:00
Correct the implementation of check_new_position_in_bounds.
This commit is contained in:
parent
7593da7b18
commit
2e4d01edd3
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user