- more exporting of AInventory.
This commit is contained in:
parent
7c6542e595
commit
1750ded7c4
14 changed files with 290 additions and 396 deletions
|
|
@ -3158,9 +3158,10 @@ bool ADehackedPickup::TryPickup (AActor *&toucher)
|
|||
|
||||
FString ADehackedPickup::PickupMessage ()
|
||||
{
|
||||
/*
|
||||
if (RealPickup != nullptr)
|
||||
return RealPickup->PickupMessage ();
|
||||
else return "";
|
||||
else*/ return "";
|
||||
}
|
||||
|
||||
bool ADehackedPickup::ShouldStay ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue