Changeset 7548 for code/trunk/src/modules/pickup/items/HealthPickup.cc
- Timestamp:
- Oct 16, 2010, 1:22:15 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/pickup/items/HealthPickup.cc
r7547 r7548 187 187 { 188 188 SUPER(HealthPickup, changedUsed); 189 190 // If the pickup is not picked up nothing must be done.191 if(!this->isPickedUp()) //TODO: Needed?192 return;193 189 194 190 // If the pickup has transited to used.
Note: See TracChangeset
for help on using the changeset viewer.