Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 18, 2010, 8:54:01 PM (14 years ago)
Author:
dafrick
Message:

Untangled Pickupable and PickupCarrier a little bit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation3/src/modules/pickup/PickupSpawner.cc

    r7127 r7150  
    304304            if(target != NULL && pickup != NULL)
    305305            {
    306                 if(target->pickup(pickup))
     306                if(pickup->pickup(target))
    307307                {
    308308                    this->decrementSpawnsRemaining();
Note: See TracChangeset for help on using the changeset viewer.