From 9747aaa9672ebcd9f6838bfbd1c6799d35e55f78 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Fri, 25 Dec 2009 12:03:51 +0000 Subject: [PATCH] - forgot to save actor.txt with the A_Weave declaration. SVN r2047 (trunk) --- wadsrc/static/actors/actor.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/wadsrc/static/actors/actor.txt b/wadsrc/static/actors/actor.txt index 8517b12fd..90a592c3a 100644 --- a/wadsrc/static/actors/actor.txt +++ b/wadsrc/static/actors/actor.txt @@ -222,6 +222,7 @@ ACTOR Actor native //: Thinker action native A_PlayerSkinCheck(state label); action native A_BasicAttack(int meleedamage, sound meleesound, class missiletype, float missileheight); action native A_ThrowGrenade(class itemtype, float zheight = 0, float xyvel = 0, float zvel = 0, bool useammo = true); + action native A_Weave(int xspeed, int yspeed, float xdist, float ydist); action native A_Recoil(float xyvel); action native A_JumpIfInTargetInventory(class itemtype, int amount, state label);