mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 14:49:40 +02:00
Multiple joysticks support added. #142
And small barrel rotate bug fixed.
This commit is contained in:
+3
-3
@@ -1371,8 +1371,8 @@ pressedLeft
|
||||
INC AngleTable,x
|
||||
lda AngleTable,x
|
||||
cmp #180
|
||||
jne BeforeFire
|
||||
lda #1
|
||||
jcc BeforeFire
|
||||
lda #0
|
||||
sta AngleTable,x
|
||||
jmp BeforeFire
|
||||
|
||||
@@ -1387,7 +1387,7 @@ CTRLPressedLeft
|
||||
sta AngleTable,x
|
||||
cmp #180-4
|
||||
jcc BeforeFire
|
||||
lda #1
|
||||
lda #0
|
||||
sta AngleTable,x
|
||||
jmp BeforeFire
|
||||
|
||||
|
||||
Reference in New Issue
Block a user