mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
No X-tank position correction (PM graphics).
This commit is contained in:
+6
-1
@@ -1944,7 +1944,12 @@ RandomizeTankPos
|
||||
randomize 0 180
|
||||
sta AngleTable,x
|
||||
randomize 0 (49-8)
|
||||
and #%11111110 ; correction for PMG
|
||||
; x correction for P/M
|
||||
; --
|
||||
.IF XCORRECTION_FOR_PM = 1
|
||||
and #%11111110
|
||||
.ENDIF
|
||||
; --
|
||||
clc
|
||||
adc XtankOffsetGO_L,x
|
||||
sta XtankstableL,x
|
||||
|
||||
Reference in New Issue
Block a user