Small bug

This commit is contained in:
alpine9000
2016-03-14 16:17:06 +11:00
parent ab58ea7f12
commit 199749f913
2 changed files with 1 additions and 1 deletions
Binary file not shown.
+1 -1
View File
@@ -60,7 +60,7 @@ UpdateHoriScrollPos:
bra .done
.switchToLeft:
move.l #1,directionLeft
move.l #SCREEN_WIDTH,hpos
move.l #SCREEN_WIDTH-1,hpos
bra .done
.left:
sub.l #1,hpos