- Converted the rest of a_strifestuff.cpp to DECORATE.
- Fixed: AStalker::CheckMeleeRange did not perform all checks of AActor::CheckMeleeRange. I replaced this virtual override with a new flag MF5_NOVERTICALMELEERANGE so that this feature can also be used by other actors. - Converted Strife's Stalker to DECORATE. - Converted ArtiTeleport to DECORATE. SVN r1126 (trunk)
This commit is contained in:
parent
0e009ff18a
commit
6b3325b358
19 changed files with 433 additions and 430 deletions
|
|
@ -2334,10 +2334,6 @@ void AActor::Howl ()
|
|||
}
|
||||
}
|
||||
|
||||
void AActor::NoBlockingSet ()
|
||||
{
|
||||
}
|
||||
|
||||
fixed_t AActor::GetSinkSpeed ()
|
||||
{
|
||||
return FRACUNIT;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue