- fixed: ACS's DamageThing declaration had an incorrect argument count.

SVN r1892 (trunk)
This commit is contained in:
Christoph Oelckers 2009-10-02 09:18:21 +00:00
parent 4dc798be1e
commit cbbc1a0c15

View file

@ -75,7 +75,7 @@ special
74:Teleport_NewMap(2,3), 74:Teleport_NewMap(2,3),
75:Teleport_EndGame(0), 75:Teleport_EndGame(0),
72:ThrustThing(2,4), 72:ThrustThing(2,4),
73:DamageThing(1), 73:DamageThing(1,2),
130:Thing_Activate(1), 130:Thing_Activate(1),
131:Thing_Deactivate(1), 131:Thing_Deactivate(1),
133:Thing_Destroy(1,2), 133:Thing_Destroy(1,2),