Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 14, 2010, 11:20:16 AM (14 years ago)
Author:
dafrick
Message:

Some more documenting.

File:
1 edited

Legend:

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

    r7493 r7540  
    106106    {
    107107        this->triggerDistance_ = 10;
    108         this->respawnTime_ = 0;
     108        this->respawnTime_ = 0; //TODO: Smart? Shouldn't we have a better mechanism to prevent unwanted multiple pickups?
    109109        this->maxSpawnedItems_ = INF;
    110110        this->spawnsRemaining_ = INF;
Note: See TracChangeset for help on using the changeset viewer.