mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 06:39:40 +02:00
WIP: barrels anew
This commit is contained in:
+12
-7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user