- Timestamp:
- Apr 18, 2009, 6:41:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/weapons/src/orxonox/objects/weaponSystem/WeaponSystem.cc
r2918 r2919 53 53 54 54 this->pawn_ = 0; 55 COUT(0) << "+WeaponSystem" << std::endl;56 55 } 57 56 58 57 WeaponSystem::~WeaponSystem() 59 58 { 60 COUT(0) << "~WeaponSystem" << std::endl;61 59 if (this->isInitialized()) 62 60 {
Note: See TracChangeset
for help on using the changeset viewer.