- exported all member fields that make sense. Entirely private ones or classes that are not supposed to be extended were left out.
This commit is contained in:
parent
d1f5d916c2
commit
7325e3f0f8
9 changed files with 75 additions and 43 deletions
|
|
@ -19,6 +19,8 @@ void PClassPuzzleItem::DeriveData(PClass *newclass)
|
|||
|
||||
IMPLEMENT_CLASS(APuzzleItem, false, false, false, false)
|
||||
|
||||
DEFINE_FIELD(APuzzleItem, PuzzleItemNumber)
|
||||
|
||||
bool APuzzleItem::HandlePickup (AInventory *item)
|
||||
{
|
||||
// Can't carry more than 1 of each puzzle item in coop netplay
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue