- Macro-fied all access to action functions.

SVN r1149 (trunk)
This commit is contained in:
Christoph Oelckers 2008-08-10 22:48:37 +00:00
commit 511c9366f7
42 changed files with 163 additions and 635 deletions

View file

@ -178,7 +178,7 @@ DEFINE_ACTION_FUNCTION(AActor, A_SerpentMeleeAttack)
}
if (pr_serpentmeattack() < 96)
{
A_SerpentCheckForAttack (self);
CALL_ACTION(A_SerpentCheckForAttack, self);
}
}