WIP: barrels anew

This commit is contained in:
2022-07-24 09:19:03 -04:00
parent 1de19dfd26
commit 992130f267
6 changed files with 223 additions and 197 deletions
+12 -7
View File
@@ -100,10 +100,6 @@ MaxForceTableH
.DS [MaxPlayers]
;----------------------------------------------------
AngleTable ;Angle of the barrel of each tank during the round
.DS [MaxPlayers]
NewAngle .DS 1
;----------------------------------------------------
ActiveWeapon ;number of the selected weapon
.DS [MaxPlayers]
@@ -347,7 +343,18 @@ escFlag .ds 1
;--------------
CurrentResult
.DS 1
;--------------
;--------------
AngleTable ;Angle of the barrel of each tank during the round
.DS [MaxPlayers]
NewAngle ; used in AI
.DS 1
previousBarrelAngle
.DS [MaxPlayers]
EndOfTheBarrelX
.ds 2
EndOfTheBarrelY
.ds 1
;----------------------------------------------------
previousAngle
.DS [MaxPlayers]
previousEnergyL
@@ -356,8 +363,6 @@ previousLeftRange
.DS [MaxPlayers]
previousEnergyH
.DS [MaxPlayers]
previousRightAngle
.DS [MaxPlayers]
RandBoundaryLow
.ds 2
RandBoundaryHigh