Changeset 6563 for code/trunk/src/modules
- Timestamp:
- Mar 18, 2010, 4:33:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/pickup/PickupSpawner.cc
r6540 r6563 103 103 void PickupSpawner::initialize(void) 104 104 { 105 this->triggerDistance_ = 20;105 this->triggerDistance_ = 10; 106 106 this->respawnTime_ = 0; 107 107 this->maxSpawnedItems_ = INF;
Note: See TracChangeset
for help on using the changeset viewer.