Changeset 7548 for code/trunk/src/modules/pickup/items/ShieldPickup.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/ShieldPickup.cc
r7547 r7548 126 126 { 127 127 SUPER(ShieldPickup, changedUsed); 128 129 // If the pickup is not picked up nothing must be done.130 if(!this->isPickedUp())131 return;132 128 133 129 Pawn* pawn = this->carrierToPawnHelper();
Note: See TracChangeset
for help on using the changeset viewer.