- Added Gez's THRUSPECIES submission.

SVN r1626 (trunk)
This commit is contained in:
Christoph Oelckers 2009-05-31 20:14:16 +00:00
commit fb5e392f2f
5 changed files with 15 additions and 1 deletions

View file

@ -5118,7 +5118,7 @@ FName AActor::GetSpecies()
break;
}
}
return thistype->TypeName;
return Species = thistype->TypeName; // [GZ] Speeds up future calls.
}
//==========================================================================