Changeset 7078 for code/branches/presentation3
- Timestamp:
- Jun 2, 2010, 1:53:41 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation3/src/orxonox/weaponsystem/WeaponSystem.cc
r6417 r7078 214 214 Weapon* weapon = 0; 215 215 while ((weapon = wPack->getWeapon(i++))) 216 weapon->getWeaponSlot()->removeWeapon(); 216 if (weapon->getWeaponSlot()) 217 weapon->getWeaponSlot()->removeWeapon(); 217 218 218 219 // Remove all added links from the WeaponSets
Note: See TracChangeset
for help on using the changeset viewer.