mirror of
https://github.com/ZDoom/acc.git
synced 2024-11-15 08:51:53 +00:00
- fixed: ACS's DamageThing declaration had an incorrect argument count.
SVN r1892 (trunk)
This commit is contained in:
parent
4dc798be1e
commit
cbbc1a0c15
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ special
|
|||
74:Teleport_NewMap(2,3),
|
||||
75:Teleport_EndGame(0),
|
||||
72:ThrustThing(2,4),
|
||||
73:DamageThing(1),
|
||||
73:DamageThing(1,2),
|
||||
130:Thing_Activate(1),
|
||||
131:Thing_Deactivate(1),
|
||||
133:Thing_Destroy(1,2),
|
||||
|
|
Loading…
Reference in a new issue