- actor transition through a sector portal is working.

This commit is contained in:
Christoph Oelckers 2016-02-24 01:06:48 +01:00
commit 01bdd8a7da
3 changed files with 66 additions and 2 deletions

View file

@ -742,6 +742,7 @@ public:
bool IsHostile (AActor *other);
inline bool IsNoClip2() const;
void CheckPortalTransition();
// What species am I?
virtual FName GetSpecies();