1
0
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:
Chris Pressey 2017-12-13 16:05:18 +00:00
parent 7593da7b18
commit 2e4d01edd3

View File

@ -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
}
}