Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 7, 2010, 10:55:23 AM (15 years ago)
Author:
dafrick
Message:

More bug fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pickup3/src/modules/pickup/PickupRepresentation.cc

    r6475 r6478  
    4646    PickupRepresentation::PickupRepresentation() : BaseObject(this)
    4747    {
     48        this->spawnerRepresentation_ = NULL;
     49       
    4850        RegisterObject(PickupRepresentation);
    4951       
     
    5759    PickupRepresentation::PickupRepresentation(BaseObject* creator) : BaseObject(creator)
    5860    {
     61        this->spawnerRepresentation_ = NULL;
     62       
    5963        RegisterObject(PickupRepresentation);
    6064       
     
    8185        this->name_ = "Pickup";
    8286        this->spawnerTemplate_ = "";
    83         this->spawnerRepresentation_ = NULL;
    8487        this->pickup_ = NULL;
    8588    }
Note: See TracChangeset for help on using the changeset viewer.