- Converted A_Puzzleitems.cpp and parts of A_HexenSpecialdecs.cpp to DECORATE and fixed a few broken Hexen items.
SVN r78 (trunk)
This commit is contained in:
parent
650d07b8c1
commit
d06793ad7e
10 changed files with 621 additions and 928 deletions
|
|
@ -2644,6 +2644,9 @@ bool ADehackedPickup::TryPickup (AActor *toucher)
|
|||
|
||||
const char *ADehackedPickup::PickupMessage ()
|
||||
{
|
||||
const char *message = RealPickup->GetClass()->Meta.GetMetaString (AIMETA_PickupMessage);
|
||||
if (message != NULL) return message;
|
||||
|
||||
return RealPickup->PickupMessage ();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue