Changeset 7086 for code/branches/presentation3
- Timestamp:
- Jun 2, 2010, 6:47:57 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation3/src/modules/pickup/PickupSpawner.cc
r7038 r7086 176 176 if (this->isActive()) 177 177 { 178 SmartPtr<PickupSpawner> temp = this; // create a smart pointer to keep the PickupSpawner alive until we iterated through all Pawns (in case a Pawn takes the last pickup) 179 178 180 //! Iterate trough all Pawns. 179 181 for (ObjectList<Pawn>::iterator it = ObjectList<Pawn>::begin(); it != ObjectList<Pawn>::end(); ++it)
Note: See TracChangeset
for help on using the changeset viewer.