- Added Gez's THRUSPECIES submission.
SVN r1626 (trunk)
This commit is contained in:
parent
4be0324dbd
commit
fb5e392f2f
5 changed files with 15 additions and 1 deletions
|
|
@ -5118,7 +5118,7 @@ FName AActor::GetSpecies()
|
|||
break;
|
||||
}
|
||||
}
|
||||
return thistype->TypeName;
|
||||
return Species = thistype->TypeName; // [GZ] Speeds up future calls.
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue