mirror of
https://github.com/catseye/SixtyPical.git
synced 2024-11-25 23:49:17 +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
|
st on, c
|
||||||
sub compare_target, new_pos
|
sub compare_target, new_pos
|
||||||
if not c {
|
if not c {
|
||||||
st on, c
|
|
||||||
} else {
|
|
||||||
st off, c
|
st off, c
|
||||||
|
} else {
|
||||||
|
st on, c
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
st off, c
|
st on, c
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user