Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 16, 2010, 2:18:45 PM (14 years ago)
Author:
dafrick
Message:

Resolving some more TODO's.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/pickup/PickupManager.cc

    r7548 r7549  
    7575        RegisterObject(PickupManager);
    7676
    77         //TODO: Only create if isMaster().
    7877        this->defaultRepresentation_ = new PickupRepresentation();
    7978
     
    356355
    357356        // If we're either in standalone mode or this is the host whom the change of the pickup's status concerns.
    358         //TODO: Needs to be added to server even if is was not picked up by it?
    359357        if(GameMode::isStandalone() || Host::getPlayerID() == clientId)
    360358        {
Note: See TracChangeset for help on using the changeset viewer.