Changeset 2893 for code/trunk/src/orxonox/objects/worldentities/pawns
- Timestamp:
- Apr 5, 2009, 11:27:54 PM (16 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/weaponsystem (added) merged: 2743,2778,2804,2852,2886
- Property svn:mergeinfo changed
-
code/trunk/src/orxonox/objects/worldentities/pawns/Pawn.cc
r2826 r2893 249 249 ExplosionChunk* chunk = new ExplosionChunk(this->getCreator()); 250 250 chunk->setPosition(this->getPosition()); 251 252 251 } 253 252 } … … 270 269 } 271 270 271 272 /* WeaponSystem: 273 * functions load Slot, Set, Pack from XML and make sure all parent-pointers are set. 274 * with setWeaponPack you can not just load a Pack from XML but if a Pack already exists anywhere, you can attach it. 275 * --> e.g. Pickup-Items 276 */ 272 277 void Pawn::setWeaponSlot(WeaponSlot * wSlot) 273 278 {
Note: See TracChangeset
for help on using the changeset viewer.