OSDN Git Service

- fixed: ACS's DamageThing declaration had an incorrect argument count.
authorChristoph Oelckers <coelckers@zdoom.fake>
Fri, 2 Oct 2009 09:18:21 +0000 (09:18 +0000)
committerChristoph Oelckers <coelckers@zdoom.fake>
Fri, 2 Oct 2009 09:18:21 +0000 (09:18 +0000)
SVN r1892 (trunk)

zspecial.acs

index 2c48cc8..fc87bc5 100644 (file)
@@ -75,7 +75,7 @@ special
        74:Teleport_NewMap(2,3),\r
        75:Teleport_EndGame(0),\r
        72:ThrustThing(2,4),\r
-       73:DamageThing(1),\r
+       73:DamageThing(1,2),\r
        130:Thing_Activate(1),\r
        131:Thing_Deactivate(1),\r
        133:Thing_Destroy(1,2),\r