Changeset 6815 for code/branches/rocket/src/modules/weapons/projectiles
- Timestamp:
- May 2, 2010, 1:39:33 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/rocket/src/modules/weapons/projectiles/SimpleRocket.cc
r6813 r6815 41 41 #include "weapons/RocketController.h" 42 42 #include "sound/WorldSound.h" 43 #include "util/Debug.h" 43 44 44 45 namespace orxonox … … 58 59 this->bDestroy_ = false; 59 60 this->lifetime_ = 100; 61 COUT(0)<< "simplerocket constructed\n"; 60 62 //this->camera_ = null; 61 63 //RocketController* myRController = new RocketController(this); … … 102 104 SimpleRocket::~SimpleRocket() 103 105 { 106 COUT(0)<< "simplerocket destroyed\n"; 107 delete this->getController(); 104 108 } 105 109
Note: See TracChangeset
for help on using the changeset viewer.