mirror of
https://github.com/ZDoom/acc.git
synced 2025-02-07 06:11:02 +00:00
Correct parameter count for LineAttack
This commit is contained in:
parent
0e3cad7dca
commit
4f08740c15
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ special
|
|||
-57:SetCVarString(2),
|
||||
-58:GetUserCVarString(2),
|
||||
-59:SetUserCVarString(3),
|
||||
-60:LineAttack(3,6),
|
||||
-60:LineAttack(4,7),
|
||||
-61:PlaySound(2,6),
|
||||
-62:StopSound(1,2),
|
||||
-63:strcmp(2,3),
|
||||
|
|
Loading…
Reference in a new issue